From: Kirill A. Shutemov <k.shutemov@gmail.com>
Date: Fri, 7 Mar 2008 19:11:13 +0000 (-0800)
Subject: [NET]: include <linux/types.h> into linux/ethtool.h for __u* typedef
X-Git-Tag: firefly_0821_release~21773^2~141
X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=e621e69137b24fdbbe7ad28214e8d81e614c25b7;p=firefly-linux-kernel-4.4.55.git

[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>
---

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 {