summaryrefslogtreecommitdiffstats
path: root/target/linux/omap24xx/patches-2.6.38/535-cbus-retu-wdt-cleanup.patch
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/omap24xx/patches-2.6.38/535-cbus-retu-wdt-cleanup.patch')
-rw-r--r--target/linux/omap24xx/patches-2.6.38/535-cbus-retu-wdt-cleanup.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/target/linux/omap24xx/patches-2.6.38/535-cbus-retu-wdt-cleanup.patch b/target/linux/omap24xx/patches-2.6.38/535-cbus-retu-wdt-cleanup.patch
deleted file mode 100644
index 05bcc918a2..0000000000
--- a/target/linux/omap24xx/patches-2.6.38/535-cbus-retu-wdt-cleanup.patch
+++ /dev/null
@@ -1,14 +0,0 @@
---- a/drivers/cbus/retu-wdt.c
-+++ b/drivers/cbus/retu-wdt.c
-@@ -124,9 +124,9 @@ static int retu_wdt_release(struct inode
- struct retu_wdt_dev *wdev = file->private_data;
-
- #ifndef CONFIG_WATCHDOG_NOWAYOUT
-- retu_wdt_ping_enable(retu_wdt);
-+ retu_wdt_ping_enable(wdev);
- #endif
-- clear_bit(0, &retu_wdt->users);
-+ clear_bit(0, &wdev->users);
-
- return 0;
- }