commit | 10d8c4638c5a797baad5846a3447c0ccca8986a3 | [log] [tgz] |
---|---|---|
author | Randy Dunlap <randy.dunlap@oracle.com> | Mon Oct 25 16:47:36 2010 -0700 |
committer | David S. Miller <davem@davemloft.net> | Mon Oct 25 16:47:36 2010 -0700 |
tree | 77d173b74329a25d065188799828e0d8cfbd6fbe | |
parent | 43a951e9994fd218ab4e641f94a2fc53556c3675 [diff] |
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 <randy.dunlap@oracle.com> Signed-off-by: David S. Miller <davem@davemloft.net>