Skip to content

Commit 814c2bf

Browse files
hkallweitdavem330
authored andcommitted
r8169: factor out PHY configuration to r8169_phy_config.c
Move chip-specific PHY configurations to separate source file r8169_phy_config.c. This improves maintainability of the driver. Signed-off-by: Heiner Kallweit <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 2992bdf commit 814c2bf

File tree

3 files changed

+1308
-1292
lines changed

3 files changed

+1308
-1292
lines changed

drivers/net/ethernet/realtek/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
obj-$(CONFIG_8139CP) += 8139cp.o
77
obj-$(CONFIG_8139TOO) += 8139too.o
88
obj-$(CONFIG_ATP) += atp.o
9-
r8169-objs += r8169_main.o r8169_firmware.o
9+
r8169-objs += r8169_main.o r8169_firmware.o r8169_phy_config.o
1010
obj-$(CONFIG_R8169) += r8169.o

0 commit comments

Comments
 (0)