summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2014-01-17 22:20:45 +0100
committerHauke Mehrtens <hauke@hauke-m.de>2014-01-19 21:55:28 +0100
commitb4f87c44869f5ed08377880e827a90f21bdf566c (patch)
tree422eddd6a23f280a984deafdcbf6a65763835ac8
parent5fa34f6d96a64336a3941bc4b61138faadb73700 (diff)
backports: add missing include
Upstream commit: df310704d3d5da44a99d8dd199d41cefcba0443f A user reported that the linux/mm.h header was missing on his mips device with kernel 2.6.26. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
-rw-r--r--backport/compat/compat-3.8.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/backport/compat/compat-3.8.c b/backport/compat/compat-3.8.c
index d0a2986d..8e053712 100644
--- a/backport/compat/compat-3.8.c
+++ b/backport/compat/compat-3.8.c
@@ -17,6 +17,7 @@
#include "hid-ids.h"
#include <linux/netdevice.h>
#include <linux/of.h>
+#include <linux/mm.h>
#if (LINUX_VERSION_CODE < KERNEL_VERSION(3,7,8))
void netdev_set_default_ethtool_ops(struct net_device *dev,