aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/ethtool.h
diff options
context:
space:
mode:
authorKirill A. Shutemov <k.shutemov@gmail.com>2008-03-07 11:11:13 -0800
committerDavid S. Miller <davem@davemloft.net>2008-03-07 11:11:13 -0800
commite621e69137b24fdbbe7ad28214e8d81e614c25b7 (patch)
tree6dce8c388746a8938019c99b49fef1eaf64c8968 /include/linux/ethtool.h
parent[NET]: Make /proc/net a symlink on /proc/self/net (v3) (diff)
downloadlinux-dev-e621e69137b24fdbbe7ad28214e8d81e614c25b7.tar.xz
linux-dev-e621e69137b24fdbbe7ad28214e8d81e614c25b7.zip
[NET]: include <linux/types.h> into linux/ethtool.h for __u* typedef
Signed-off-by: Kirill A. Shutemov <k.shutemov@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/ethtool.h')
-rw-r--r--include/linux/ethtool.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/ethtool.h b/include/linux/ethtool.h
index fcbe8b640ffb..c8d216357865 100644
--- a/include/linux/ethtool.h
+++ b/include/linux/ethtool.h
@@ -12,6 +12,7 @@
#ifndef _LINUX_ETHTOOL_H
#define _LINUX_ETHTOOL_H
+#include <linux/types.h>
/* This should work for both 32 and 64 bit userland. */
struct ethtool_cmd {