summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Liu <net147@gmail.com>2015-06-05 23:06:53 +1000
committerHauke Mehrtens <hauke@hauke-m.de>2015-06-30 23:06:42 +0200
commit8ae6ce099909d2be3f8ad1960d32eda2cf1f6676 (patch)
tree9f07df801f8988291dc736b02488cb172cb6bd03
parentdeccf7466a4a33988994c799df2051fa0dfa7dcb (diff)
backports: add missing include for vfree
Upstream commit: e9dadfe5f446c9b2b1563ad50daf3a50b4497726 Signed-off-by: Jonathan Liu <net147@gmail.com> Signed-off-by: Luis R. Rodriguez <mcgrof@do-not-panic.com> Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
-rw-r--r--backport/compat/backport-3.15.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/backport/compat/backport-3.15.c b/backport/compat/backport-3.15.c
index c6f9d438..381fe654 100644
--- a/backport/compat/backport-3.15.c
+++ b/backport/compat/backport-3.15.c
@@ -15,6 +15,7 @@
#include <linux/string.h>
#include <linux/mm.h>
#include <linux/slab.h>
+#include <linux/vmalloc.h>
#include <net/net_namespace.h>
#if IS_ENABLED(CPTCFG_IEEE802154_6LOWPAN)