Commit 8e730c15 authored by Ben Hutchings's avatar Ben Hutchings Committed by David S. Miller
Browse files

sfc: Move shared NIC code from falcon.c to new source file nic.c

parent 744093c9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
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
+21 −1557

File changed.

Preview size limit exceeded, changes collapsed.

drivers/net/sfc/nic.c

0 → 100644
+1548 −0

File added.

Preview size limit exceeded, changes collapsed.