From: navin patidar Date: Sun, 31 Aug 2014 06:44:31 +0000 (+0530) Subject: staging: rtl8188eu: Rename rtl8188e_phycfg.c to phy.c X-Git-Tag: v4.14-rc1~6739^2~882 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=238bd31e2ee818bfbef998e68cc3586db4b0854a;p=platform%2Fkernel%2Flinux-rpi.git staging: rtl8188eu: Rename rtl8188e_phycfg.c to phy.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 1b8c89b..7886ea0 100644 --- a/drivers/staging/rtl8188eu/Makefile +++ b/drivers/staging/rtl8188eu/Makefile @@ -34,7 +34,7 @@ r8188eu-y := \ hal/rtl8188e_cmd.o \ hal/rtl8188e_dm.o \ hal/rtl8188e_hal_init.o \ - hal/rtl8188e_phycfg.o \ + hal/phy.o \ hal/rtl8188e_rf6052.o \ hal/rtl8188e_rxdesc.o \ hal/rtl8188e_xmit.o \ diff --git a/drivers/staging/rtl8188eu/hal/rtl8188e_phycfg.c b/drivers/staging/rtl8188eu/hal/phy.c similarity index 100% rename from drivers/staging/rtl8188eu/hal/rtl8188e_phycfg.c rename to drivers/staging/rtl8188eu/hal/phy.c