1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-18 10:35:55 +00:00

Remove the extra extern which makes gcc complain; I assume it came from

r282289.

We do include ixgbe.h which does include ixgbe_common.h which has the
extern statement for ixgbe_stop_mac_link_on_d3_82599().
This commit is contained in:
Bjoern A. Zeeb 2015-05-01 12:10:36 +00:00
parent b9dadec087
commit 24f5e9f694
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=282299

View File

@ -204,10 +204,6 @@ static void ixgbe_handle_phy(void *, int);
static void ixgbe_reinit_fdir(void *, int);
#endif
/* Missing shared code prototype */
extern void ixgbe_stop_mac_link_on_d3_82599(struct ixgbe_hw *hw);
/*********************************************************************
* FreeBSD Device Interface Entry Points
*********************************************************************/