]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
NET: include <linux/types.h> into linux/ethtool.h for __u* typedef
authorKirill A. Shutemov <k.shutemov@gmail.com>
Mon, 7 Apr 2008 06:35:53 +0000 (23:35 -0700)
committerChris Wright <chrisw@sous-sol.org>
Sat, 19 Apr 2008 01:53:24 +0000 (18:53 -0700)
Upstream commit: e621e69137b24fdbbe7ad28214e8d81e614c25b7

Signed-off-by: Kirill A. Shutemov <k.shutemov@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Chris Wright <chrisw@sous-sol.org>
include/linux/ethtool.h

index 71d4ada6f31549342d75dbc50dd10045c43e3e17..3e6b68fed7a5809a3bc48f17019459b15ade993a 100644 (file)
@@ -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 {