diff options
| -rw-r--r-- | drivers/char/watchdog/mixcomwd.c | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/drivers/char/watchdog/mixcomwd.c b/drivers/char/watchdog/mixcomwd.c index f35e2848aa3e..df5fc769fcc3 100644 --- a/drivers/char/watchdog/mixcomwd.c +++ b/drivers/char/watchdog/mixcomwd.c | |||
| @@ -29,11 +29,16 @@ | |||
| 29 | * - support for one more type board | 29 | * - support for one more type board |
| 30 | * | 30 | * |
| 31 | * Version 0.5 (2001/12/14) Matt Domsch <Matt_Domsch@dell.com> | 31 | * Version 0.5 (2001/12/14) Matt Domsch <Matt_Domsch@dell.com> |
| 32 | * - added nowayout module option to override CONFIG_WATCHDOG_NOWAYOUT | 32 | * - added nowayout module option to override CONFIG_WATCHDOG_NOWAYOUT |
| 33 | * | ||
| 34 | * Version 0.6 (2002/04/12): Rob Radez <rob@osinvestor.com> | ||
| 35 | * - make mixcomwd_opened unsigned, | ||
| 36 | * removed lock_kernel/unlock_kernel from mixcomwd_release, | ||
| 37 | * modified ioctl a bit to conform to API | ||
| 33 | * | 38 | * |
| 34 | */ | 39 | */ |
| 35 | 40 | ||
| 36 | #define VERSION "0.5" | 41 | #define VERSION "0.6" |
| 37 | 42 | ||
| 38 | #include <linux/module.h> | 43 | #include <linux/module.h> |
| 39 | #include <linux/moduleparam.h> | 44 | #include <linux/moduleparam.h> |
