From 93ecae1914e3f8879e6aa7224439edd07daeffd0 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Fri, 26 Jul 2013 11:20:09 -0700 Subject: [PATCH] netdev-linux: Remove unneeded struct forward declarations from header. Signed-off-by: Ben Pfaff Acked-by: Andy Zhou --- lib/netdev-linux.h | 2 -- 1 file changed, 2 deletions(-) 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); -- 2.47.0