Skip to content

Commit

Permalink
ethtool: Fix includes build break
Browse files Browse the repository at this point in the history
Based upon a patch by Oliver Hartkopp <oliver@hartkopp.net>.

Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
David S. Miller committed Feb 15, 2010
1 parent 1a5778a commit a146708
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion include/linux/ethtool.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit a146708

Please sign in to comment.