summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8188eu/Makefile
diff options
context:
space:
mode:
authorMichael Straube2018-07-31 13:34:15 +0200
committerGreg Kroah-Hartman2018-08-02 09:44:27 +0200
commitd36255f14876063748094eef3eb3676496f69ffe (patch)
tree56062c3ab351b89f5e79b5f807e4b03bb02dc6cc /drivers/staging/rtl8188eu/Makefile
parentstaging: rtl8188eu: remove unused rtw_remove_bcn_ie() (diff)
downloadkernel-qcow2-linux-d36255f14876063748094eef3eb3676496f69ffe.tar.gz
kernel-qcow2-linux-d36255f14876063748094eef3eb3676496f69ffe.tar.xz
kernel-qcow2-linux-d36255f14876063748094eef3eb3676496f69ffe.zip
staging: rtl8188eu: rename odm_RTL8188E - style
Rename source and header file to avoid CamelCase. odm_RTL8188E.c -> odm_rtl8188e.c odm_RTL8188E.h -> odm_rtl8188e.h Signed-off-by: Michael Straube <straube.linux@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/rtl8188eu/Makefile')
-rw-r--r--drivers/staging/rtl8188eu/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/rtl8188eu/Makefile b/drivers/staging/rtl8188eu/Makefile
index aa6ea65d05fe..4e606b03ec03 100644
--- a/drivers/staging/rtl8188eu/Makefile
+++ b/drivers/staging/rtl8188eu/Makefile
@@ -29,7 +29,7 @@ r8188eu-y := \
hal/hal_com.o \
hal/odm.o \
hal/odm_HWConfig.o \
- hal/odm_RTL8188E.o \
+ hal/odm_rtl8188e.o \
hal/rtl8188e_cmd.o \
hal/rtl8188e_dm.o \
hal/rtl8188e_hal_init.o \