summaryrefslogtreecommitdiffstats
path: root/target/linux/au1000/patches-2.6.27/005-mtx1_wdt_fix.patch
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/au1000/patches-2.6.27/005-mtx1_wdt_fix.patch')
-rw-r--r--target/linux/au1000/patches-2.6.27/005-mtx1_wdt_fix.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/target/linux/au1000/patches-2.6.27/005-mtx1_wdt_fix.patch b/target/linux/au1000/patches-2.6.27/005-mtx1_wdt_fix.patch
deleted file mode 100644
index 3a365900ff..0000000000
--- a/target/linux/au1000/patches-2.6.27/005-mtx1_wdt_fix.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- a/drivers/watchdog/mtx-1_wdt.c
-+++ b/drivers/watchdog/mtx-1_wdt.c
-@@ -98,6 +98,8 @@ static void mtx1_wdt_reset(void)
-
- static void mtx1_wdt_start(void)
- {
-+ unsigned long flags;
-+
- spin_lock_irqsave(&mtx1_wdt_device.lock, flags);
- if (!mtx1_wdt_device.queue) {
- mtx1_wdt_device.queue = 1;
-@@ -110,6 +112,8 @@ static void mtx1_wdt_start(void)
-
- static int mtx1_wdt_stop(void)
- {
-+ unsigned long flags;
-+
- spin_lock_irqsave(&mtx1_wdt_device.lock, flags);
- if (mtx1_wdt_device.queue) {
- mtx1_wdt_device.queue = 0;