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-18 15:36:37 +0100
commitdf310704d3d5da44a99d8dd199d41cefcba0443f (patch)
tree4ce9dd56ca72b1e328145e9cc95a656eed9c9547
parent8f6ed7f51ca39e1ca4b3850b52120dc39585f4fe (diff)
backports: add missing includebackports-20131224
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 c6824bff..67419892 100644
--- a/backport/compat/compat-3.8.c
+++ b/backport/compat/compat-3.8.c
@@ -18,6 +18,7 @@
#include <linux/netdevice.h>
#include <linux/random.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,