r8169: rename r8169.c to r8169_main.c

[ Upstream commit 25e992a460 ]

In preparation of factoring out firmware handling rename r8169.c to
r8169_main.c.

Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Stable-dep-of: dcf75a0f6b ("r8169: fix the KCSAN reported data-race in rtl_tx while reading TxDescArray[entry].opts1")
Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
Heiner Kallweit
2019-06-05 07:59:57 +02:00
committed by Greg Kroah-Hartman
parent 1014f3ec66
commit be4b1e891e
2 changed files with 1 additions and 0 deletions
+1
View File
@@ -5,4 +5,5 @@
obj-$(CONFIG_8139CP) += 8139cp.o
obj-$(CONFIG_8139TOO) += 8139too.o
obj-$(CONFIG_ATP) += atp.o
r8169-objs += r8169_main.o
obj-$(CONFIG_R8169) += r8169.o