omap24xx: Update to .38-rc7
[openwrt.git] / target / linux / omap24xx / patches-2.6.38 / 545-cbus-retu-wdt-constify-info-struct.patch
1 Index: linux-2.6.38-rc6/drivers/cbus/retu-wdt.c
2 ===================================================================
3 --- linux-2.6.38-rc6.orig/drivers/cbus/retu-wdt.c       2011-03-04 16:21:39.106113985 +0100
4 +++ linux-2.6.38-rc6/drivers/cbus/retu-wdt.c    2011-03-04 16:21:48.503540758 +0100
5 @@ -149,7 +149,7 @@ static long retu_wdt_ioctl(struct file *
6         struct retu_wdt_dev *wdev = container_of(mdev, struct retu_wdt_dev, miscdev);
7         int new_margin;
8  
9 -       static struct watchdog_info ident = {
10 +       static const struct watchdog_info ident = {
11                 .identity = "Retu Watchdog",
12                 .options = WDIOF_SETTIMEOUT,
13                 .firmware_version = 0,