X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/d0699bf918d91c46dc88bdc32509e653b6b03e54..9da7868465f5ba68cd6efd12172c61bf0f1c2001:/target/linux/omap24xx/patches-2.6.38/545-cbus-retu-wdt-constify-info-struct.patch?ds=sidebyside 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 index 8d6d2bb8c..d07ad5f89 100644 --- 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 @@ -1,7 +1,5 @@ -Index: linux-2.6.38-rc6/drivers/cbus/retu-wdt.c -=================================================================== ---- linux-2.6.38-rc6.orig/drivers/cbus/retu-wdt.c 2011-03-04 16:21:39.106113985 +0100 -+++ linux-2.6.38-rc6/drivers/cbus/retu-wdt.c 2011-03-04 16:21:48.503540758 +0100 +--- 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;