summaryrefslogtreecommitdiffstats
path: root/drivers/staging/r8188eu/include/rtw_ht.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/rtw_ht.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/rtw_ht.h')
-rw-r--r--drivers/staging/r8188eu/include/rtw_ht.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/r8188eu/include/rtw_ht.h b/drivers/staging/r8188eu/include/rtw_ht.h
index b3a978e905d0..2b56b7c38c86 100644
--- a/drivers/staging/r8188eu/include/rtw_ht.h
+++ b/drivers/staging/r8188eu/include/rtw_ht.h
@@ -4,7 +4,7 @@
#ifndef _RTW_HT_H_
#define _RTW_HT_H_
-#include <osdep_service.h>
+#include "osdep_service.h"
#include "wifi.h"
struct ht_priv {