From: Randy Dunlap Date: Mon, 25 Oct 2010 23:47:36 +0000 (-0700) Subject: pch_can: depends on PCI X-Git-Tag: v2.6.37-rc1~88^2~36 X-Git-Url: http://bbs.cooldavid.org/git/?a=commitdiff_plain;h=10d8c4638c5a797baad5846a3447c0ccca8986a3;hp=43a951e9994fd218ab4e641f94a2fc53556c3675;p=net-next-2.6.git pch_can: depends on PCI Fix pch_can build when CONFIG_PCI is not enabled. It uses pci interfaces and data structures, so it should depend on PCI. drivers/net/can/pch_can.c:1044: error: implicit declaration of function 'pci_enable_msi' drivers/net/can/pch_can.c:1079: error: implicit declaration of function 'pci_disable_msi' Signed-off-by: Randy Dunlap Signed-off-by: David S. Miller --- diff --git a/drivers/net/can/Kconfig b/drivers/net/can/Kconfig index a0b02bce694..080574b0fff 100644 --- a/drivers/net/can/Kconfig +++ b/drivers/net/can/Kconfig @@ -84,7 +84,7 @@ config CAN_FLEXCAN config PCH_CAN tristate "PCH CAN" - depends on CAN_DEV + depends on CAN_DEV && PCI ---help--- This driver is for PCH CAN of Topcliff which is an IOH for x86 embedded processor.