]> git.baikalelectronics.ru Git - kernel.git/commit
watchdog: hpwdt depends on PCI
authorRandy Dunlap <rdunlap@xenotime.net>
Sat, 16 Jul 2011 19:25:49 +0000 (12:25 -0700)
committerWim Van Sebroeck <wim@iguana.be>
Sun, 17 Jul 2011 12:40:08 +0000 (12:40 +0000)
commitcdb1c7a638f6853c6408718f96b8ea5d51d1811f
treebeb605afc22e9c945f9d3402e5f13a68a4ff7ec9
parent8e9e68556415d603d206292c22fad55a6f756f74
watchdog: hpwdt depends on PCI

hpwdt is a PCI driver so it should depend on PCI.
Fixes these build errors:

drivers/watchdog/hpwdt.c:762: error: implicit declaration of function 'pci_iomap'
drivers/watchdog/hpwdt.c:762: warning: assignment makes pointer from integer without a cast
drivers/watchdog/hpwdt.c:797: error: implicit declaration of function 'pci_iounmap'

Signed-off-by: Randy Dunlap <rdunlap@xenotime.net>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
Cc: Thomas Mingarelli <thomas.mingarelli@hp.com>
drivers/watchdog/Kconfig