aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Straube <straube.linux@gmail.com>2018-07-04 13:37:40 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-07-06 17:39:50 +0200
commit89778d0d6c2a198b01df44ba20222e4da5442910 (patch)
treeeff35cdb69581431419ab8ec520bef843d9c4c90
parent4d31db586090dd88ef74b4c8891ac981d971df46 (diff)
downloadstaging-89778d0d6c2a198b01df44ba20222e4da5442910.tar.gz
staging: rtl8188eu: rename Hal8188EPhyReg.h
Rename header file to avoid CamelCase. Hal8188EPhyReg.h -> hal8188e_phy_reg.h Signed-off-by: Michael Straube <straube.linux@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r--drivers/staging/rtl8188eu/include/hal8188e_phy_reg.h (renamed from drivers/staging/rtl8188eu/include/Hal8188EPhyReg.h)0
-rw-r--r--drivers/staging/rtl8188eu/include/rtl8188e_hal.h2
2 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/rtl8188eu/include/Hal8188EPhyReg.h b/drivers/staging/rtl8188eu/include/hal8188e_phy_reg.h
index 53afcea21c9656..53afcea21c9656 100644
--- a/drivers/staging/rtl8188eu/include/Hal8188EPhyReg.h
+++ b/drivers/staging/rtl8188eu/include/hal8188e_phy_reg.h
diff --git a/drivers/staging/rtl8188eu/include/rtl8188e_hal.h b/drivers/staging/rtl8188eu/include/rtl8188e_hal.h
index e04e97e98ab777..a86b07d3c82aad 100644
--- a/drivers/staging/rtl8188eu/include/rtl8188e_hal.h
+++ b/drivers/staging/rtl8188eu/include/rtl8188e_hal.h
@@ -10,7 +10,7 @@
/* include HAL Related header after HAL Related compiling flags */
#include "rtl8188e_spec.h"
-#include "Hal8188EPhyReg.h"
+#include "hal8188e_phy_reg.h"
#include "hal8188e_phy_cfg.h"
#include "rtl8188e_dm.h"
#include "rtl8188e_recv.h"