diff options
Diffstat (limited to 'target/linux/au1000/patches/016-watchdog_pdev_gpio.patch')
-rw-r--r-- | target/linux/au1000/patches/016-watchdog_pdev_gpio.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/au1000/patches/016-watchdog_pdev_gpio.patch b/target/linux/au1000/patches/016-watchdog_pdev_gpio.patch index ea162f1749..321563ac1d 100644 --- a/target/linux/au1000/patches/016-watchdog_pdev_gpio.patch +++ b/target/linux/au1000/patches/016-watchdog_pdev_gpio.patch @@ -1,7 +1,7 @@ -diff --git a/drivers/char/watchdog/mtx-1_wdt.c b/drivers/char/watchdog/mtx-1_wdt.c +diff --git a/drivers/watchdog/mtx-1_wdt.c b/drivers/watchdog/mtx-1_wdt.c index dcfd401..5d8c51f 100644 ---- a/drivers/char/watchdog/mtx-1_wdt.c -+++ b/drivers/char/watchdog/mtx-1_wdt.c +--- a/drivers/watchdog/mtx-1_wdt.c ++++ b/drivers/watchdog/mtx-1_wdt.c @@ -45,10 +45,13 @@ #include <linux/completion.h> #include <linux/jiffies.h> |