aboutsummaryrefslogtreecommitdiffstats
path: root/net/core
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2010-09-21 16:12:11 -0700
committerDavid S. Miller <davem@davemloft.net>2010-09-21 16:12:11 -0700
commit73da16c28ed0724755afdb95c7dd6b166381be10 (patch)
tree8fadf1e9ffd5860025e273a0fb3fbd7fe0063c68 /net/core
parentsfc: Fix build due to lack of vmalloc.h include. (diff)
downloadlinux-dev-73da16c28ed0724755afdb95c7dd6b166381be10.tar.xz
linux-dev-73da16c28ed0724755afdb95c7dd6b166381be10.zip
ethtool: Fix build due to lack of ethtool.h include.
net/core/ethtool.c: In function 'ethtool_get_regs': net/core/ethtool.c:818:2: error: implicit declaration of function 'vmalloc' net/core/ethtool.c:818:9: warning: assignment makes pointer from integer without a cast net/core/ethtool.c:833:2: error: implicit declaration of function 'vfree' Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/core')
-rw-r--r--net/core/ethtool.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/core/ethtool.c b/net/core/ethtool.c
index dae2fd053c2b..7d7e572cedc7 100644
--- a/net/core/ethtool.c
+++ b/net/core/ethtool.c
@@ -19,6 +19,7 @@
#include <linux/netdevice.h>
#include <linux/bitops.h>
#include <linux/uaccess.h>
+#include <linux/vmalloc.h>
#include <linux/slab.h>
/*