X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=drivers%2Fchar%2Fwatchdog%2Fshwdt.c;h=e4c235de7dca44694a146cb46c21fb380fe69dec;hb=9213980e6a70d8473e0ffd4b39ab5b6caaba9ff5;hp=ea14405b5e67eaf9d7c4cd3377f691d79f0c2ec5;hpb=5273a3df6485dc2ad6aa7ddd441b9a21970f003b;p=linux-2.6.git diff --git a/drivers/char/watchdog/shwdt.c b/drivers/char/watchdog/shwdt.c index ea14405b5..e4c235de7 100644 --- a/drivers/char/watchdog/shwdt.c +++ b/drivers/char/watchdog/shwdt.c @@ -64,7 +64,6 @@ */ static int clock_division_ratio = WTCSR_CKS_4096; -#define msecs_to_jiffies(msecs) (jiffies + (HZ * msecs + 9999) / 10000) #define next_ping_period(cks) msecs_to_jiffies(cks - 4) static unsigned long shwdt_is_open;