patch-2_6_7-vs1_9_1_12
[linux-2.6.git] / drivers / char / watchdog / shwdt.c
index ea14405..e4c235d 100644 (file)
@@ -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;