aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/fec.c
diff options
context:
space:
mode:
authorRandy Dunlap <randy.dunlap@oracle.com>2006-12-18 21:21:10 -0800
committerJeff Garzik <jeff@garzik.org>2006-12-26 16:28:20 -0500
commitce9f7fe3c3f5b9ed1d3e91db78c45d0df5672816 (patch)
treecd09231fef5eca25d6ffcbf1d27abad04bf1afaa /drivers/net/fec.c
parent683a2aa339f607c8a422835161ceab68b2a5a18a (diff)
via-velocity uses INET interfaces
via-velocity doesn't build when CONFIG_INET=n: drivers/built-in.o: In function `velocity_unregister_notifier': via-velocity.c:(.text+0xe9b46): undefined reference to `unregister_inetaddr_notifier' drivers/built-in.o: In function `velocity_init_module': via-velocity.c:(.init.text+0xa027): undefined reference to `register_inetaddr_notifier' I wanted to make this change in drivers/net/Kconfig, but this isn't legal kconfig language: config VIA_VELOCITY tristate "VIA Velocity support" depends on NET_PCI && PCI + depends on INET if PM select CRC32 select CRC_CCITT select MII so fix it in via-velocity.c instead. Builds with all 4 combinations of CONFIG_NET & CONFIG_PM. Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com> Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers/net/fec.c')
0 files changed, 0 insertions, 0 deletions