Skip to content

Commit

Permalink
r8169: rename r8169.c to r8169_main.c
Browse files Browse the repository at this point in the history
[ Upstream commit 25e992a ]

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

Signed-off-by: Heiner Kallweit <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Stable-dep-of: dcf75a0 ("r8169: fix the KCSAN reported data-race in rtl_tx while reading TxDescArray[entry].opts1")
Signed-off-by: Sasha Levin <[email protected]>
  • Loading branch information
hkallweit authored and gregkh committed Nov 8, 2023
1 parent 1014f3e commit be4b1e8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/net/ethernet/realtek/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
File renamed without changes.

0 comments on commit be4b1e8

Please sign in to comment.