diff options
author | Wim Van Sebroeck <wim@iguana.be> | 2006-01-09 16:07:22 -0500 |
---|---|---|
committer | Wim Van Sebroeck <wim@iguana.be> | 2006-02-12 08:46:48 -0500 |
commit | a7122f916978a6cd58b765949cb315aabcddf151 (patch) | |
tree | 2aadb0e490fc02f1a2338f7529771aaa3ce6d2a0 /drivers/char/watchdog/pcwd.c | |
parent | af3b38d99d7d52340cf59a06ff90d90e0fa25b6d (diff) |
[WATCHDOG] pcwd.c - update module version info
Update the module version defines.
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
Diffstat (limited to 'drivers/char/watchdog/pcwd.c')
-rw-r--r-- | drivers/char/watchdog/pcwd.c | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/drivers/char/watchdog/pcwd.c b/drivers/char/watchdog/pcwd.c index f8f80d52d4de..8d6b249ad66b 100644 --- a/drivers/char/watchdog/pcwd.c +++ b/drivers/char/watchdog/pcwd.c | |||
@@ -73,8 +73,13 @@ | |||
73 | #include <asm/io.h> /* For inb/outb/... */ | 73 | #include <asm/io.h> /* For inb/outb/... */ |
74 | 74 | ||
75 | /* Module and version information */ | 75 | /* Module and version information */ |
76 | #define WD_VER "1.16 (03/01/2006)" | 76 | #define WATCHDOG_VERSION "1.16" |
77 | #define PFX "pcwd: " | 77 | #define WATCHDOG_DATE "03 Jan 2006" |
78 | #define WATCHDOG_DRIVER_NAME "ISA-PC Watchdog" | ||
79 | #define WATCHDOG_NAME "pcwd" | ||
80 | #define PFX WATCHDOG_NAME ": " | ||
81 | #define DRIVER_VERSION WATCHDOG_DRIVER_NAME " driver, v" WATCHDOG_VERSION " (" WATCHDOG_DATE ")\n" | ||
82 | #define WD_VER WATCHDOG_VERSION " (" WATCHDOG_DATE ")" | ||
78 | 83 | ||
79 | /* | 84 | /* |
80 | * It should be noted that PCWD_REVISION_B was removed because A and B | 85 | * It should be noted that PCWD_REVISION_B was removed because A and B |