Commit 2a2ac756 authored by Chen, Chien-Chia's avatar Chen, Chien-Chia Committed by John W. Linville

rtlwifi: rtl8188ee: Fix wrong header patch

This patch is to fix some wrong header file path.
It has caused the build failed.
Signed-off-by: default avatarChen, Chien-Chia <machen@suse.com>
Cc: larry.finger@lwfinger.net
Cc: zhiyuan_yang@realsil.com.cn
Cc: page_he@realsil.com.cn
Cc: mmarek@suse.cz
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 3ad4519c
...@@ -27,9 +27,9 @@ ...@@ -27,9 +27,9 @@
* *
*****************************************************************************/ *****************************************************************************/
#include "wifi.h" #include "../wifi.h"
#include "base.h" #include "../base.h"
#include "pci.h" #include "../pci.h"
#include "reg.h" #include "reg.h"
#include "def.h" #include "def.h"
#include "phy.h" #include "phy.h"
......
...@@ -27,9 +27,9 @@ ...@@ -27,9 +27,9 @@
* *
*****************************************************************************/ *****************************************************************************/
#include "wifi.h" #include "../wifi.h"
#include "pci.h" #include "../pci.h"
#include "base.h" #include "../base.h"
#include "reg.h" #include "reg.h"
#include "def.h" #include "def.h"
#include "fw.h" #include "fw.h"
......
...@@ -27,13 +27,13 @@ ...@@ -27,13 +27,13 @@
* *
*****************************************************************************/ *****************************************************************************/
#include "wifi.h" #include "../wifi.h"
#include "efuse.h" #include "../efuse.h"
#include "base.h" #include "../base.h"
#include "regd.h" #include "../regd.h"
#include "cam.h" #include "../cam.h"
#include "ps.h" #include "../ps.h"
#include "pci.h" #include "../pci.h"
#include "reg.h" #include "reg.h"
#include "def.h" #include "def.h"
#include "phy.h" #include "phy.h"
......
...@@ -27,8 +27,8 @@ ...@@ -27,8 +27,8 @@
* *
*****************************************************************************/ *****************************************************************************/
#include "wifi.h" #include "../wifi.h"
#include "pci.h" #include "../pci.h"
#include "reg.h" #include "reg.h"
#include "led.h" #include "led.h"
......
...@@ -27,9 +27,9 @@ ...@@ -27,9 +27,9 @@
* *
*****************************************************************************/ *****************************************************************************/
#include "wifi.h" #include "../wifi.h"
#include "pci.h" #include "../pci.h"
#include "ps.h" #include "../ps.h"
#include "reg.h" #include "reg.h"
#include "def.h" #include "def.h"
#include "phy.h" #include "phy.h"
......
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
#ifndef __RTL8723E_PWRSEQCMD_H__ #ifndef __RTL8723E_PWRSEQCMD_H__
#define __RTL8723E_PWRSEQCMD_H__ #define __RTL8723E_PWRSEQCMD_H__
#include "wifi.h" #include "../wifi.h"
/*---------------------------------------------*/ /*---------------------------------------------*/
/* The value of cmd: 4 bits */ /* The value of cmd: 4 bits */
/*---------------------------------------------*/ /*---------------------------------------------*/
......
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
* *
*****************************************************************************/ *****************************************************************************/
#include "wifi.h" #include "../wifi.h"
#include "reg.h" #include "reg.h"
#include "def.h" #include "def.h"
#include "phy.h" #include "phy.h"
......
...@@ -27,9 +27,9 @@ ...@@ -27,9 +27,9 @@
* *
*****************************************************************************/ *****************************************************************************/
#include "wifi.h" #include "../wifi.h"
#include "core.h" #include "../core.h"
#include "pci.h" #include "../pci.h"
#include "reg.h" #include "reg.h"
#include "def.h" #include "def.h"
#include "phy.h" #include "phy.h"
......
...@@ -27,10 +27,10 @@ ...@@ -27,10 +27,10 @@
* *
*****************************************************************************/ *****************************************************************************/
#include "wifi.h" #include "../wifi.h"
#include "pci.h" #include "../pci.h"
#include "base.h" #include "../base.h"
#include "stats.h" #include "../stats.h"
#include "reg.h" #include "reg.h"
#include "def.h" #include "def.h"
#include "phy.h" #include "phy.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment