projects
/
platform
/
kernel
/
linux-stable.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1a5778a
)
ethtool: Fix includes build break
author
David S. Miller
<davem@davemloft.net>
Mon, 15 Feb 2010 06:38:54 +0000
(22:38 -0800)
committer
David S. Miller
<davem@davemloft.net>
Mon, 15 Feb 2010 06:38:54 +0000
(22:38 -0800)
Based upon a patch by Oliver Hartkopp <oliver@hartkopp.net>.
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/ethtool.h
patch
|
blob
|
history
diff --git
a/include/linux/ethtool.h
b/include/linux/ethtool.h
index
a3cac53
..
cca1c3d
100644
(file)
--- a/
include/linux/ethtool.h
+++ b/
include/linux/ethtool.h
@@
-14,7
+14,6
@@
#define _LINUX_ETHTOOL_H
#include <linux/types.h>
-#include <linux/rculist.h>
/* This should work for both 32 and 64 bit userland. */
struct ethtool_cmd {
@@
-409,6
+408,8
@@
struct ethtool_flash {
#ifdef __KERNEL__
+#include <linux/rculist.h>
+
struct ethtool_rx_ntuple_flow_spec_container {
struct ethtool_rx_ntuple_flow_spec fs;
struct list_head list;