[WATCHDOG] wdt_pci.c: remove #ifdef CONFIG_WDT_501_PCI
authorWim Van Sebroeck <wim@iguana.be>
Fri, 19 Jun 2009 09:32:57 +0000 (09:32 +0000)
committerWim Van Sebroeck <wim@iguana.be>
Tue, 23 Jun 2009 07:13:52 +0000 (07:13 +0000)
commit9b901ee0cb007eb4e2ee056e5b1c5c2837d53bdb
tree2b074545b0625c13c104b08fe2735e513f8ee2ff
parent44df75353bc8f32e26e049284053a61d4f1047d6
[WATCHDOG] wdt_pci.c: remove #ifdef CONFIG_WDT_501_PCI

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

Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
drivers/watchdog/Kconfig
drivers/watchdog/wdt_pci.c