summaryrefslogtreecommitdiffstats
path: root/drivers/staging/r8188eu/include/sta_info.h
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2021-07-30 16:39:21 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2021-07-30 16:46:56 +0200
commit78f2b22efc8f7649dcde44143e78149457f1162c (patch)
tree0aaebb9986329ad11ad26dd71eaaa2234162138c /drivers/staging/r8188eu/include/sta_info.h
parent86949b521fa4e4c88e6ff7be6a1ce2c7c064a0f0 (diff)
downloadlinux-78f2b22efc8f7649dcde44143e78149457f1162c.tar.bz2
staging: r8188eu: fix include directory mess
The driver seems to want to include a specific directory for all include files on the build path, but that breaks when trying to build only the module directory, or when building with "O=" option. Fix this up by making all includes for the driver be relative locations. Reported-by: Mark Brown <broonie@kernel.org> Link: https://lore.kernel.org/r/20210730144227.1770212-1-gregkh@linuxfoundation.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/r8188eu/include/sta_info.h')
-rw-r--r--drivers/staging/r8188eu/include/sta_info.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/staging/r8188eu/include/sta_info.h b/drivers/staging/r8188eu/include/sta_info.h
index 97233f85c4bd..8ff99fc6381d 100644
--- a/drivers/staging/r8188eu/include/sta_info.h
+++ b/drivers/staging/r8188eu/include/sta_info.h
@@ -4,9 +4,9 @@
#ifndef __STA_INFO_H_
#define __STA_INFO_H_
-#include <osdep_service.h>
-#include <drv_types.h>
-#include <wifi.h>
+#include "osdep_service.h"
+#include "drv_types.h"
+#include "wifi.h"
#define IBSS_START_MAC_ID 2
#define NUM_STA 32