aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/ethtool.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/ethtool.h')
-rw-r--r--include/linux/ethtool.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/ethtool.h b/include/linux/ethtool.h
index a3cac53a0766..cca1c3de140d 100644
--- a/include/linux/ethtool.h
+++ b/include/linux/ethtool.h
@@ -14,7 +14,6 @@
14#define _LINUX_ETHTOOL_H 14#define _LINUX_ETHTOOL_H
15 15
16#include <linux/types.h> 16#include <linux/types.h>
17#include <linux/rculist.h>
18 17
19/* This should work for both 32 and 64 bit userland. */ 18/* This should work for both 32 and 64 bit userland. */
20struct ethtool_cmd { 19struct ethtool_cmd {
@@ -409,6 +408,8 @@ struct ethtool_flash {
409 408
410#ifdef __KERNEL__ 409#ifdef __KERNEL__
411 410
411#include <linux/rculist.h>
412
412struct ethtool_rx_ntuple_flow_spec_container { 413struct ethtool_rx_ntuple_flow_spec_container {
413 struct ethtool_rx_ntuple_flow_spec fs; 414 struct ethtool_rx_ntuple_flow_spec fs;
414 struct list_head list; 415 struct list_head list;