Skip to content

Commit

Permalink
[WATCHDOG] pcwd.c - update module version info
Browse files Browse the repository at this point in the history
Update the module version defines.

Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
  • Loading branch information
Wim Van Sebroeck committed Feb 12, 2006
1 parent af3b38d commit a7122f9
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions drivers/char/watchdog/pcwd.c
Expand Up @@ -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
Expand Down

0 comments on commit a7122f9

Please sign in to comment.