Skip to content

Commit

Permalink
cxgb3: Restore dependency on INET
Browse files Browse the repository at this point in the history
Commit ff33c0e ('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 <[email protected]>
Signed-off-by: Ben Hutchings <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
Ben Hutchings authored and davem330 committed Nov 28, 2012
1 parent f4e0b4c commit 9e3262e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/ethernet/chelsio/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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---
Expand Down

0 comments on commit 9e3262e

Please sign in to comment.