watchdog/hpwdt: Reflect changes
[sfrench/cifs-2.6.git] / drivers / watchdog / hpwdt.c
index eeb4df24a7e799978ba745fd8b63209d202accac..cbd1498ff0155a3f89ee8a001cb9a40bed16f74b 100644 (file)
@@ -23,7 +23,7 @@
 #include <asm/nmi.h>
 #include <linux/crash_dump.h>
 
-#define HPWDT_VERSION                  "2.0.3"
+#define HPWDT_VERSION                  "2.0.4"
 #define SECS_TO_TICKS(secs)            ((secs) * 1000 / 128)
 #define TICKS_TO_SECS(ticks)           ((ticks) * 128 / 1000)
 #define HPWDT_MAX_TICKS                        65535