X-Git-Url: http://git.monstr.eu/?a=blobdiff_plain;f=drivers%2Fwatchdog%2Fsc520_wdt.c;h=3e9bbaa37bf46ac872b51da65fc4ed31ee1b9f2e;hb=c3e9c04b89059a4c93c792da883ca284de182da5;hp=1cfd3f6a13d5f428adebe5a7b3e030b155f06a44;hpb=14867719611278380c96213873066237b2758f3f;p=linux-2.6-microblaze.git diff --git a/drivers/watchdog/sc520_wdt.c b/drivers/watchdog/sc520_wdt.c index 1cfd3f6a13d5..3e9bbaa37bf4 100644 --- a/drivers/watchdog/sc520_wdt.c +++ b/drivers/watchdog/sc520_wdt.c @@ -124,7 +124,7 @@ MODULE_PARM_DESC(nowayout, static __u16 __iomem *wdtmrctl; static void wdt_timer_ping(unsigned long); -static DEFINE_TIMER(timer, wdt_timer_ping, 0, 0); +static DEFINE_TIMER(timer, wdt_timer_ping); static unsigned long next_heartbeat; static unsigned long wdt_is_open; static char wdt_expect_close;