Skip to content

Commit

Permalink
sfc: Move shared NIC code from falcon.c to new source file nic.c
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Ben Hutchings authored and David S. Miller committed Nov 30, 2009
1 parent 744093c commit 8e730c1
Show file tree
Hide file tree
Showing 3 changed files with 1,570 additions and 1,558 deletions.
2 changes: 1 addition & 1 deletion drivers/net/sfc/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
sfc-y += efx.o falcon.o tx.o rx.o falcon_gmac.o \
sfc-y += efx.o nic.o falcon.o tx.o rx.o falcon_gmac.o \
falcon_xmac.o selftest.o ethtool.o qt202x_phy.o \
mdio_10g.o tenxpress.o falcon_boards.o
sfc-$(CONFIG_SFC_MTD) += mtd.o
Expand Down
Loading

0 comments on commit 8e730c1

Please sign in to comment.