mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-22 11:17:19 +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:
parent
b9dadec087
commit
24f5e9f694
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=282299
@ -204,10 +204,6 @@ static void ixgbe_handle_phy(void *, int);
|
|||||||
static void ixgbe_reinit_fdir(void *, int);
|
static void ixgbe_reinit_fdir(void *, int);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
/* Missing shared code prototype */
|
|
||||||
extern void ixgbe_stop_mac_link_on_d3_82599(struct ixgbe_hw *hw);
|
|
||||||
|
|
||||||
/*********************************************************************
|
/*********************************************************************
|
||||||
* FreeBSD Device Interface Entry Points
|
* FreeBSD Device Interface Entry Points
|
||||||
*********************************************************************/
|
*********************************************************************/
|
||||||
|
Loading…
Reference in New Issue
Block a user