diff options
author | Randy Dunlap <randy.dunlap@oracle.com> | 2010-05-03 14:42:52 -0400 |
---|---|---|
committer | Wim Van Sebroeck <wim@iguana.be> | 2010-05-25 05:05:34 -0400 |
commit | 4724ba575ea73431aba8a48be6f5a382c470418d (patch) | |
tree | 7d3a6fdabfede731cdd040072768b66f170fc805 /drivers/watchdog/eurotechwdt.c | |
parent | 8b18085a92c72fe1754481890e9dfc600e736b1f (diff) |
watchdog: update/improve/consolidate watchdog driver
Move the limited watchdog driver help from kernel-parameters.txt
to Documentation/watchdog/watchdog-parameters.txt and add info to it
for all watchdog drivers except the ones that have driver-specific
files already.
Correct minor comments and MODULE_PARM_DESC() text in 2 places.
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
Diffstat (limited to 'drivers/watchdog/eurotechwdt.c')
-rw-r--r-- | drivers/watchdog/eurotechwdt.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/watchdog/eurotechwdt.c b/drivers/watchdog/eurotechwdt.c index d1c4e55b1db0..3f3dc093ad68 100644 --- a/drivers/watchdog/eurotechwdt.c +++ b/drivers/watchdog/eurotechwdt.c | |||
@@ -68,7 +68,6 @@ static spinlock_t eurwdt_lock; | |||
68 | 68 | ||
69 | /* | 69 | /* |
70 | * You must set these - there is no sane way to probe for this board. | 70 | * You must set these - there is no sane way to probe for this board. |
71 | * You can use eurwdt=x,y to set these now. | ||
72 | */ | 71 | */ |
73 | 72 | ||
74 | static int io = 0x3f0; | 73 | static int io = 0x3f0; |