From: Ben Pfaff Date: Fri, 26 Jul 2013 18:20:09 +0000 (-0700) Subject: netdev-linux: Remove unneeded struct forward declarations from header. X-Git-Tag: sliver-openvswitch-2.0.90-1~33^2~8 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=93ecae1914e3f8879e6aa7224439edd07daeffd0;p=sliver-openvswitch.git netdev-linux: Remove unneeded struct forward declarations from header. Signed-off-by: Ben Pfaff Acked-by: Andy Zhou --- diff --git a/lib/netdev-linux.h b/lib/netdev-linux.h index e404e469d..7874dd6c3 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);