summaryrefslogtreecommitdiff
path: root/patches/0085-not-include-kmemleak.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/0085-not-include-kmemleak.patch')
-rw-r--r--patches/0085-not-include-kmemleak.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/patches/0085-not-include-kmemleak.patch b/patches/0085-not-include-kmemleak.patch
new file mode 100644
index 00000000..def245d4
--- /dev/null
+++ b/patches/0085-not-include-kmemleak.patch
@@ -0,0 +1,11 @@
+--- a/drivers/staging/rtl8188eu/hal/rtl8188eu_recv.c
++++ b/drivers/staging/rtl8188eu/hal/rtl8188eu_recv.c
+@@ -13,7 +13,7 @@
+ *
+ ******************************************************************************/
+ #define _RTL8188EU_RECV_C_
+-#include <linux/kmemleak.h>
++#include <linux/slab.h>
+ #include <osdep_service.h>
+ #include <drv_types.h>
+ #include <recv_osdep.h>