mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2025-01-19 04:14:49 +08:00
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:
parent
f4e0b4c5e1
commit
9e3262e253
@ -48,7 +48,7 @@ config CHELSIO_T1_1G
|
||||
|
||||
config CHELSIO_T3
|
||||
tristate "Chelsio Communications T3 10Gb Ethernet support"
|
||||
depends on PCI
|
||||
depends on PCI && INET
|
||||
select FW_LOADER
|
||||
select MDIO
|
||||
---help---
|
||||
|
Loading…
Reference in New Issue
Block a user