2
0
mirror of https://github.com/openvswitch/ovs synced 2025-10-29 15:28:56 +00:00

netdev-linux: Remove unneeded struct forward declarations from header.

Signed-off-by: Ben Pfaff <blp@nicira.com>
Acked-by: Andy Zhou <azhou@nicira.com>
This commit is contained in:
Ben Pfaff
2013-07-26 11:20:09 -07:00
parent 9366380ae8
commit 93ecae1914

View 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);