From: Randy Dunlap Date: Sat, 16 Jul 2011 19:25:49 +0000 (-0700) Subject: watchdog: hpwdt depends on PCI X-Git-Tag: v3.0~22^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f71d26bb6503e9b11b91444819b2f96872baaab8;p=pandora-kernel.git 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 Signed-off-by: Wim Van Sebroeck Cc: Thomas Mingarelli --- Reading git-diff-tree failed