netdev-linux: Remove unneeded struct forward declarations from header.
authorBen Pfaff <blp@nicira.com>
Fri, 26 Jul 2013 18:20:09 +0000 (11:20 -0700)
committerBen Pfaff <blp@nicira.com>
Thu, 8 Aug 2013 06:40:31 +0000 (23:40 -0700)
Signed-off-by: Ben Pfaff <blp@nicira.com>
Acked-by: Andy Zhou <azhou@nicira.com>
lib/netdev-linux.h

index e404e46..7874dd6 100644 (file)
@@ -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);