Commit e0d5dab2 authored by Randy Dunlap's avatar Randy Dunlap Committed by Jeff Garzik

ir-functions.c:(.text+0xbce18): undefined reference to `input_event'

[bugme-daemon@bugzilla.kernel.org wrote:]

From: Randy Dunlap <randy.dunlap@oracle.com>

Drivers that use lro functions should depend on INET, otherwise they
may not link correctly.  Let's not select INET.  Select should be used
only for library-like code, not to enable subsystems.

ERROR: "lro_flush_all" [drivers/net/myri10ge/myri10ge.ko] undefined!
ERROR: "lro_receive_frags" [drivers/net/myri10ge/myri10ge.ko] undefined!
Signed-off-by: default avatarRandy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: default avatarJeff Garzik <jeff@garzik.org>
parent bf45abeb
...@@ -2473,7 +2473,7 @@ config CHELSIO_T3 ...@@ -2473,7 +2473,7 @@ config CHELSIO_T3
config EHEA config EHEA
tristate "eHEA Ethernet support" tristate "eHEA Ethernet support"
depends on IBMEBUS depends on IBMEBUS && INET
select INET_LRO select INET_LRO
---help--- ---help---
This driver supports the IBM pSeries eHEA ethernet adapter. This driver supports the IBM pSeries eHEA ethernet adapter.
...@@ -2564,7 +2564,7 @@ config S2IO_NAPI ...@@ -2564,7 +2564,7 @@ config S2IO_NAPI
config MYRI10GE config MYRI10GE
tristate "Myricom Myri-10G Ethernet support" tristate "Myricom Myri-10G Ethernet support"
depends on PCI depends on PCI && INET
select FW_LOADER select FW_LOADER
select CRC32 select CRC32
select INET_LRO select INET_LRO
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment