NET: include <linux/types.h> into linux/ethtool.h for __u* typedef

From: Chris Wright
Date: Wed Apr 16 2008 - 21:21:55 EST


-stable review patch. If anyone has any objections, please let us know.
---------------------

From: Kirill A. Shutemov <k.shutemov@xxxxxxxxx>

Upstream commit: e621e69137b24fdbbe7ad28214e8d81e614c25b7

Signed-off-by: Kirill A. Shutemov <k.shutemov@xxxxxxxxx>
Signed-off-by: David S. Miller <davem@xxxxxxxxxxxxx>
Signed-off-by: Chris Wright <chrisw@xxxxxxxxxxxx>
---
include/linux/ethtool.h | 1 +
1 file changed, 1 insertion(+)

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

--
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/