aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/omap24xx/patches-2.6.38/545-cbus-retu-wdt-constify-info-struct.patch
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2012-04-21 17:16:40 +0000
committerGabor Juhos <juhosg@openwrt.org>2012-04-21 17:16:40 +0000
commit96b5d437d6c4fcaf39ef745d262fb176f1471fce (patch)
tree7253c59f3390ecc83cf13e6be9f0daaebc0c885f /target/linux/omap24xx/patches-2.6.38/545-cbus-retu-wdt-constify-info-struct.patch
parent76448ed5cf945b6b46de68693fa277ce27fc3eb8 (diff)
downloadupstream-96b5d437d6c4fcaf39ef745d262fb176f1471fce.tar.gz
upstream-96b5d437d6c4fcaf39ef745d262fb176f1471fce.tar.bz2
upstream-96b5d437d6c4fcaf39ef745d262fb176f1471fce.zip
omap24xx: remove 2.6.38 support
SVN-Revision: 31426
Diffstat (limited to 'target/linux/omap24xx/patches-2.6.38/545-cbus-retu-wdt-constify-info-struct.patch')
-rw-r--r--target/linux/omap24xx/patches-2.6.38/545-cbus-retu-wdt-constify-info-struct.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/target/linux/omap24xx/patches-2.6.38/545-cbus-retu-wdt-constify-info-struct.patch b/target/linux/omap24xx/patches-2.6.38/545-cbus-retu-wdt-constify-info-struct.patch
deleted file mode 100644
index d07ad5f899..0000000000
--- a/target/linux/omap24xx/patches-2.6.38/545-cbus-retu-wdt-constify-info-struct.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/drivers/cbus/retu-wdt.c
-+++ b/drivers/cbus/retu-wdt.c
-@@ -149,7 +149,7 @@ static long retu_wdt_ioctl(struct file *
- struct retu_wdt_dev *wdev = container_of(mdev, struct retu_wdt_dev, miscdev);
- int new_margin;
-
-- static struct watchdog_info ident = {
-+ static const struct watchdog_info ident = {
- .identity = "Retu Watchdog",
- .options = WDIOF_SETTIMEOUT,
- .firmware_version = 0,