From: navin patidar Date: Mon, 1 Sep 2014 15:43:41 +0000 (+0530) Subject: staging: rtl8188eu: Rename HalPwrSeqCmd.h to pwrseqcmd.h X-Git-Tag: v3.18-rc1~130^2~836 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=2f2a798ac58ee5ffda24be07bd9068c5ce4842ca;p=karo-tx-linux.git staging: rtl8188eu: Rename HalPwrSeqCmd.h to pwrseqcmd.h Signed-off-by: navin patidar Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/rtl8188eu/hal/pwrseqcmd.c b/drivers/staging/rtl8188eu/hal/pwrseqcmd.c index 2565d6ea8030..be0663e93f61 100644 --- a/drivers/staging/rtl8188eu/hal/pwrseqcmd.c +++ b/drivers/staging/rtl8188eu/hal/pwrseqcmd.c @@ -17,7 +17,7 @@ * ******************************************************************************/ -#include +#include #include /* This routine deals with the Power Configuration CMDs parsing diff --git a/drivers/staging/rtl8188eu/include/Hal8188EPwrSeq.h b/drivers/staging/rtl8188eu/include/Hal8188EPwrSeq.h index aebf1d3aac3b..fabb20123c25 100644 --- a/drivers/staging/rtl8188eu/include/Hal8188EPwrSeq.h +++ b/drivers/staging/rtl8188eu/include/Hal8188EPwrSeq.h @@ -22,7 +22,7 @@ #ifndef __HAL8188EPWRSEQ_H__ #define __HAL8188EPWRSEQ_H__ -#include "HalPwrSeqCmd.h" +#include "pwrseqcmd.h" /* Check document WM-20110607-Paul-RTL8188E_Power_Architecture-R02.vsd diff --git a/drivers/staging/rtl8188eu/include/HalPwrSeqCmd.h b/drivers/staging/rtl8188eu/include/pwrseqcmd.h similarity index 100% rename from drivers/staging/rtl8188eu/include/HalPwrSeqCmd.h rename to drivers/staging/rtl8188eu/include/pwrseqcmd.h