Commit d36255f1 authored by Michael Straube's avatar Michael Straube Committed by Greg Kroah-Hartman

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: default avatarMichael Straube <straube.linux@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 1a5c3d83
...@@ -29,7 +29,7 @@ r8188eu-y := \ ...@@ -29,7 +29,7 @@ r8188eu-y := \
hal/hal_com.o \ hal/hal_com.o \
hal/odm.o \ hal/odm.o \
hal/odm_HWConfig.o \ hal/odm_HWConfig.o \
hal/odm_RTL8188E.o \ hal/odm_rtl8188e.o \
hal/rtl8188e_cmd.o \ hal/rtl8188e_cmd.o \
hal/rtl8188e_dm.o \ hal/rtl8188e_dm.o \
hal/rtl8188e_hal_init.o \ hal/rtl8188e_hal_init.o \
......
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
#include "odm_reg.h" #include "odm_reg.h"
#include "odm_RTL8188E.h" #include "odm_rtl8188e.h"
void odm_CmnInfoHook_Debug(struct odm_dm_struct *pDM_Odm); void odm_CmnInfoHook_Debug(struct odm_dm_struct *pDM_Odm);
void odm_CmnInfoInit_Debug(struct odm_dm_struct *pDM_Odm); void odm_CmnInfoInit_Debug(struct odm_dm_struct *pDM_Odm);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment