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>
This commit is contained in:
Michael Straube 2018-07-31 13:34:15 +02:00 committed by Greg Kroah-Hartman
parent 1a5c3d83c0
commit d36255f148
4 changed files with 2 additions and 2 deletions

View File

@ -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 \

View File

@ -31,7 +31,7 @@
#include "odm_reg.h"
#include "odm_RTL8188E.h"
#include "odm_rtl8188e.h"
void odm_CmnInfoHook_Debug(struct odm_dm_struct *pDM_Odm);
void odm_CmnInfoInit_Debug(struct odm_dm_struct *pDM_Odm);