aboutsummaryrefslogtreecommitdiff
path: root/lib/netdev-linux.h
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2013-07-26 11:20:09 -0700
committerBen Pfaff <blp@nicira.com>2013-08-07 23:40:31 -0700
commit93ecae1914e3f8879e6aa7224439edd07daeffd0 (patch)
treeb7d62b4f9bbfe78c76ea7a4c2a7037f54e4bedb9 /lib/netdev-linux.h
parent9366380ae854726888c228830301cf9a54fbee4c (diff)
netdev-linux: Remove unneeded struct forward declarations from header.
Signed-off-by: Ben Pfaff <blp@nicira.com> Acked-by: Andy Zhou <azhou@nicira.com>
Diffstat (limited to 'lib/netdev-linux.h')
-rw-r--r--lib/netdev-linux.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/netdev-linux.h b/lib/netdev-linux.h
index e404e469..7874dd6c 100644
--- a/lib/netdev-linux.h
+++ b/lib/netdev-linux.h
@@ -24,8 +24,6 @@
* Linux-specific code. */
struct netdev;
-struct netdev_stats;
-struct rtnl_link_stats;
int netdev_linux_ethtool_set_flag(struct netdev *netdev, uint32_t flag,
const char *flag_name, bool enable);