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