diff options
Diffstat (limited to 'backport')
-rw-r--r-- | backport/compat/compat-3.8.c | 1 |
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, |