diff options
author | Ben Hutchings <bhutchings@solarflare.com> | 2009-10-23 08:33:42 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-10-24 04:27:28 -0700 |
commit | b37b62fea1d1bf68ca51818f8eb1035188efd030 (patch) | |
tree | 13a0d5822c5d12cb86b1750f63e74ed0d53ceba4 /drivers/net/sfc/Makefile | |
parent | fc2b5e673fceece2bbc153fe8c63c8cf93cfe611 (diff) |
sfc: Rename 'xfp' file and functions to reflect reality
The 'XFP' driver is really a driver for the QT2022C2 and QT2025C PHYs,
covering both more and less than XFP. Rename its functions and
constants to reflect reality and to reduce namespace pollution when
sfc is a built-in driver.
Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/sfc/Makefile')
-rw-r--r-- | drivers/net/sfc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/sfc/Makefile b/drivers/net/sfc/Makefile index 9c98d06ada7d..7b52fe10d38f 100644 --- a/drivers/net/sfc/Makefile +++ b/drivers/net/sfc/Makefile @@ -1,5 +1,5 @@ sfc-y += efx.o falcon.o tx.o rx.o falcon_gmac.o \ - falcon_xmac.o selftest.o ethtool.o xfp_phy.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 |