From: navin patidar Date: Sun, 31 Aug 2014 08:38:28 +0000 (+0530) Subject: staging: rtl8188eu: Rename rtl8188e_rf6052.c to rf.c X-Git-Tag: v3.18-rc1~130^2~871 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=c52fae3042fa61b820ee35aafa6345e5f52b92de;p=karo-tx-linux.git staging: rtl8188eu: Rename rtl8188e_rf6052.c to rf.c Signed-off-by: navin patidar Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/rtl8188eu/Makefile b/drivers/staging/rtl8188eu/Makefile index 20225b3ffa6e..af919c32d549 100644 --- a/drivers/staging/rtl8188eu/Makefile +++ b/drivers/staging/rtl8188eu/Makefile @@ -35,7 +35,7 @@ r8188eu-y := \ hal/rtl8188e_dm.o \ hal/rtl8188e_hal_init.o \ hal/phy.o \ - hal/rtl8188e_rf6052.o \ + hal/rf.o \ hal/rtl8188e_rxdesc.o \ hal/rtl8188e_xmit.o \ hal/rtl8188eu_led.o \ diff --git a/drivers/staging/rtl8188eu/hal/rtl8188e_rf6052.c b/drivers/staging/rtl8188eu/hal/rf.c similarity index 100% rename from drivers/staging/rtl8188eu/hal/rtl8188e_rf6052.c rename to drivers/staging/rtl8188eu/hal/rf.c