Browse Source

rtlwifi: rtl8188ee: Fix pwrseqcmd.h include path.

Signed-off-by: Lauri Kenttä <lauri.kentta@gmail.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Lauri Kenttä 10 years ago
parent
commit
a706b41b82

+ 1 - 1
drivers/net/wireless/rtlwifi/rtl8188ee/pwrseq.c

@@ -23,7 +23,7 @@
  *
  *
  *****************************************************************************/
  *****************************************************************************/
 
 
-#include "pwrseqcmd.h"
+#include "../pwrseqcmd.h"
 #include "pwrseq.h"
 #include "pwrseq.h"
 
 
 /* drivers should parse below arrays and do the corresponding actions */
 /* drivers should parse below arrays and do the corresponding actions */

+ 1 - 1
drivers/net/wireless/rtlwifi/rtl8188ee/pwrseq.h

@@ -26,7 +26,7 @@
 #ifndef __RTL8723E_PWRSEQ_H__
 #ifndef __RTL8723E_PWRSEQ_H__
 #define __RTL8723E_PWRSEQ_H__
 #define __RTL8723E_PWRSEQ_H__
 
 
-#include "pwrseqcmd.h"
+#include "../pwrseqcmd.h"
 /* Check document WM-20110607-Paul-RTL8188EE_Power_Architecture-R02.vsd
 /* Check document WM-20110607-Paul-RTL8188EE_Power_Architecture-R02.vsd
  *	There are 6 HW Power States:
  *	There are 6 HW Power States:
  *	0: POFF--Power Off
  *	0: POFF--Power Off