summaryrefslogtreecommitdiffstats
path: root/drivers/staging
diff options
context:
space:
mode:
authornavin patidar <navin.patidar@gmail.com>2014-09-01 21:13:43 +0530
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-09-02 11:20:01 -0700
commit1c2775ec3ce533abf1dad62b3c79302bd64e174a (patch)
tree22f8b208e53ec78a682334c2c8f5a31a05e921d7 /drivers/staging
parent0ff471fc1e6954d62c43a996af183dd42c6ed347 (diff)
downloadlinux-1c2775ec3ce533abf1dad62b3c79302bd64e174a.tar.bz2
staging: rtl8188eu: Rename Hal8188EPwrSeq.h to pwrseq.h
Signed-off-by: navin patidar <navin.patidar@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging')
-rw-r--r--drivers/staging/rtl8188eu/hal/pwrseq.c2
-rw-r--r--drivers/staging/rtl8188eu/include/pwrseq.h (renamed from drivers/staging/rtl8188eu/include/Hal8188EPwrSeq.h)0
-rw-r--r--drivers/staging/rtl8188eu/include/rtl8188e_hal.h2
3 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/rtl8188eu/hal/pwrseq.c b/drivers/staging/rtl8188eu/hal/pwrseq.c
index 4c29e63b2563..20dce42cee1d 100644
--- a/drivers/staging/rtl8188eu/hal/pwrseq.c
+++ b/drivers/staging/rtl8188eu/hal/pwrseq.c
@@ -18,7 +18,7 @@
*
******************************************************************************/
-#include "Hal8188EPwrSeq.h"
+#include "pwrseq.h"
#include <rtl8188e_hal.h>
/*
diff --git a/drivers/staging/rtl8188eu/include/Hal8188EPwrSeq.h b/drivers/staging/rtl8188eu/include/pwrseq.h
index 43db92dcb8b3..43db92dcb8b3 100644
--- a/drivers/staging/rtl8188eu/include/Hal8188EPwrSeq.h
+++ b/drivers/staging/rtl8188eu/include/pwrseq.h
diff --git a/drivers/staging/rtl8188eu/include/rtl8188e_hal.h b/drivers/staging/rtl8188eu/include/rtl8188e_hal.h
index 2c517ce1bc1e..42ab1d288bdc 100644
--- a/drivers/staging/rtl8188eu/include/rtl8188e_hal.h
+++ b/drivers/staging/rtl8188eu/include/rtl8188e_hal.h
@@ -29,7 +29,7 @@
#include "rtl8188e_recv.h"
#include "rtl8188e_xmit.h"
#include "rtl8188e_cmd.h"
-#include "Hal8188EPwrSeq.h"
+#include "pwrseq.h"
#include "rtw_efuse.h"
#include "rtw_sreset.h"
#include "odm_precomp.h"