summaryrefslogtreecommitdiff
path: root/backport
diff options
context:
space:
mode:
authorJohannes Berg <johannes.berg@intel.com>2018-09-24 12:49:41 +0200
committerJohannes Berg <johannes.berg@intel.com>2018-09-24 12:49:41 +0200
commit9e0c8ce615ca019dafd1c0e087809e97d913a229 (patch)
tree9ecdb1352b87ba9a6a0aec759d4b9e03606c20f9 /backport
parentc42ccbae79bdc77e2a2356172d51b78997b8455f (diff)
backports: add kmemleak.h
This is just a forward include, but earlier versions don't include linux/types.h despite relying on it. Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'backport')
-rw-r--r--backport/backport-include/linux/kmemleak.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/backport/backport-include/linux/kmemleak.h b/backport/backport-include/linux/kmemleak.h
new file mode 100644
index 00000000..9af3d670
--- /dev/null
+++ b/backport/backport-include/linux/kmemleak.h
@@ -0,0 +1,5 @@
+#ifndef __BACKPORT_KMEMLEAK_H
+#define __BACKPORT_KMEMLEAK_H
+#include <linux/types.h>
+#include_next <linux/kmemleak.h>
+#endif /* __BACKPORT_KMEMLEAK_H */