X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=drivers%2Fchar%2Fwatchdog%2Fsc520_wdt.c;h=f6d143e1900d802206f16df61a839cc959fd4e01;hb=6a77f38946aaee1cd85eeec6cf4229b204c15071;hp=8b68721f9a0d74a6f94ed3ec5d9ad4d2a9fe3a99;hpb=87fc8d1bb10cd459024a742c6a10961fefcef18f;p=linux-2.6.git diff --git a/drivers/char/watchdog/sc520_wdt.c b/drivers/char/watchdog/sc520_wdt.c index 8b68721f9..f6d143e19 100644 --- a/drivers/char/watchdog/sc520_wdt.c +++ b/drivers/char/watchdog/sc520_wdt.c @@ -122,7 +122,7 @@ MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started (default=CON #define WDT_WRST_ENB 0x4000 /* [14] Watchdog Timer Reset Enable */ #define WDT_ENB 0x8000 /* [15] Watchdog Timer Enable */ -static __u16 *wdtmrctl; +static __u16 __iomem *wdtmrctl; static void wdt_timer_ping(unsigned long); static struct timer_list timer;