summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWim Van Sebroeck <wim@iguana.be>2006-01-09 22:07:22 +0100
committerWim Van Sebroeck <wim@iguana.be>2006-02-12 14:46:48 +0100
commita7122f916978a6cd58b765949cb315aabcddf151 (patch)
tree2aadb0e490fc02f1a2338f7529771aaa3ce6d2a0
parentaf3b38d99d7d52340cf59a06ff90d90e0fa25b6d (diff)
[WATCHDOG] pcwd.c - update module version info
Update the module version defines. Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
-rw-r--r--drivers/char/watchdog/pcwd.c9
1 files changed, 7 insertions, 2 deletions
diff --git a/drivers/char/watchdog/pcwd.c b/drivers/char/watchdog/pcwd.c
index f8f80d52d4d..8d6b249ad66 100644
--- a/drivers/char/watchdog/pcwd.c
+++ b/drivers/char/watchdog/pcwd.c
@@ -73,8 +73,13 @@
#include <asm/io.h> /* For inb/outb/... */
/* Module and version information */
-#define WD_VER "1.16 (03/01/2006)"
-#define PFX "pcwd: "
+#define WATCHDOG_VERSION "1.16"
+#define WATCHDOG_DATE "03 Jan 2006"
+#define WATCHDOG_DRIVER_NAME "ISA-PC Watchdog"
+#define WATCHDOG_NAME "pcwd"
+#define PFX WATCHDOG_NAME ": "
+#define DRIVER_VERSION WATCHDOG_DRIVER_NAME " driver, v" WATCHDOG_VERSION " (" WATCHDOG_DATE ")\n"
+#define WD_VER WATCHDOG_VERSION " (" WATCHDOG_DATE ")"
/*
* It should be noted that PCWD_REVISION_B was removed because A and B