ソースを参照

rtl8xxxu: Rename rtl8xxxu.c to rtl8xxxu_core.c

This renames the core file to rtl8xxxu_core.c in order to allow us to
keep the module nake rtl8xxxu.ko when refactoring the code into
multiple files.

Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Jes Sorensen 9 年 前
コミット
6c60e65cd0

+ 2 - 0
drivers/net/wireless/realtek/rtl8xxxu/Makefile

@@ -1 +1,3 @@
 obj-$(CONFIG_RTL8XXXU)	+= rtl8xxxu.o
+
+rtl8xxxu-y	:= rtl8xxxu_core.o

+ 0 - 0
drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu.c → drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_core.c