[WATCHDOG] wdt.c: remove #ifdef CONFIG_WDT_501
authorAlan Cox <alan@lxorguk.ukuu.org.uk>
Sun, 22 Mar 2009 10:46:42 +0000 (10:46 +0000)
committerWim Van Sebroeck <wim@iguana.be>
Wed, 25 Mar 2009 09:08:16 +0000 (09:08 +0000)
commit04bedfa542d90ac7a1bbf28287e9861d0da21576
treedd73752bf09bb2c2daf3e860217a1ec00fcd61bb
parent278aefc51bdbc7f1a3d39c9bd5313c78335b7828
[WATCHDOG] wdt.c: remove #ifdef CONFIG_WDT_501

Change the wdt.c watchdog driver so that the code is the same for
both the WDT500 as the WDT501-P card. The selection of the card
is now being done via the module parameter: 'type' instead of the
config option CONFIG_WDT_501.

Signed-off-by: Alan Cox <alan@lxorguk.ukuu.org.uk>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
drivers/watchdog/Kconfig
drivers/watchdog/wdt.c