cxgb3: Restore dependency on INET

Commit ff33c0e188 ('net: Remove bogus
dependencies on INET') wrongly removed this dependency.  cxgb3 uses
the arp_send() function defined in net/ipv4/arp.c.

Reported-by: kbuild test robot <fengguang.wu@intel.com>
Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Ben Hutchings
2012-11-28 20:03:03 +00:00
committed by David S. Miller
parent f4e0b4c5e1
commit 9e3262e253

View File

@@ -48,7 +48,7 @@ config CHELSIO_T1_1G
config CHELSIO_T3 config CHELSIO_T3
tristate "Chelsio Communications T3 10Gb Ethernet support" tristate "Chelsio Communications T3 10Gb Ethernet support"
depends on PCI depends on PCI && INET
select FW_LOADER select FW_LOADER
select MDIO select MDIO
---help--- ---help---