mirror of
https://github.com/torvalds/linux.git
synced 2024-12-25 04:11:49 +00:00
staging: rtl8192u: remove header include path to ieee80211/
There is no need to add "ccflags-y += -I $(srctree)/$(src)/ieee80211" just for including "dot11d.h". Use the correct relative path for the #include "..." directive. Signed-off-by: Masahiro Yamada <masahiroy@kernel.org> Link: https://lore.kernel.org/r/20200104162136.19170-2-masahiroy@kernel.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
9033db57a5
commit
71fe59536e
@ -7,7 +7,6 @@ ccflags-y += -O2
|
||||
ccflags-y += -DCONFIG_FORCE_HARD_FLOAT=y
|
||||
ccflags-y += -DJACKSON_NEW_8187 -DJACKSON_NEW_RX
|
||||
ccflags-y += -DTHOMAS_BEACON -DTHOMAS_TASKLET -DTHOMAS_SKB -DTHOMAS_TURBO
|
||||
ccflags-y += -I $(srctree)/$(src)/ieee80211
|
||||
|
||||
r8192u_usb-y := r8192U_core.o r8180_93cx6.o r8192U_wx.o \
|
||||
r8190_rtl8256.o r819xU_phy.o r819xU_firmware.o \
|
||||
|
@ -60,7 +60,7 @@ double __extendsfdf2(float a)
|
||||
#include <linux/seq_file.h>
|
||||
/* FIXME: check if 2.6.7 is ok */
|
||||
|
||||
#include "dot11d.h"
|
||||
#include "ieee80211/dot11d.h"
|
||||
/* set here to open your trace code. */
|
||||
u32 rt_global_debug_component = COMP_DOWN |
|
||||
COMP_SEC |
|
||||
|
@ -23,7 +23,7 @@
|
||||
#include "r8192U.h"
|
||||
#include "r8192U_hw.h"
|
||||
|
||||
#include "dot11d.h"
|
||||
#include "ieee80211/dot11d.h"
|
||||
#include "r8192U_wx.h"
|
||||
|
||||
#define RATE_COUNT 12
|
||||
|
@ -7,7 +7,7 @@
|
||||
#include "r8192U_dm.h"
|
||||
#include "r819xU_firmware_img.h"
|
||||
|
||||
#include "dot11d.h"
|
||||
#include "ieee80211/dot11d.h"
|
||||
#include <linux/bitops.h>
|
||||
|
||||
static u32 RF_CHANNEL_TABLE_ZEBRA[] = {
|
||||
|
Loading…
Reference in New Issue
Block a user