svn commit: r364241 - head/sys/dev/ixl

Li-Wen Hsu lwhsu at FreeBSD.org
Sat Aug 15 03:26:00 UTC 2020


Author: lwhsu
Date: Sat Aug 15 03:26:00 2020
New Revision: 364241
URL: https://svnweb.freebsd.org/changeset/base/364241

Log:
  Remove redeclaration found by gcc build
  
  Reviewed by:	Jacob Keller <jacob.e.keller at intel.com>
  Suggested editing from:	Krzysztof Galazka <krzysztof.galazka at intel.com>
  Sponsored by:	The FreeBSD Foundation
  Differential Revision:	https://reviews.freebsd.org/D25954

Modified:
  head/sys/dev/ixl/i40e_prototype.h

Modified: head/sys/dev/ixl/i40e_prototype.h
==============================================================================
--- head/sys/dev/ixl/i40e_prototype.h	Sat Aug 15 03:20:39 2020	(r364240)
+++ head/sys/dev/ixl/i40e_prototype.h	Sat Aug 15 03:26:00 2020	(r364241)
@@ -606,6 +606,4 @@ enum i40e_status_code i40e_read_phy_register(struct i4
 enum i40e_status_code i40e_write_phy_register(struct i40e_hw *hw,
 				u8 page, u16 reg, u8 phy_addr, u16 value);
 u8 i40e_get_phy_address(struct i40e_hw *hw, u8 dev_num);
-enum i40e_status_code i40e_blink_phy_link_led(struct i40e_hw *hw,
-					      u32 time, u32 interval);
 #endif /* _I40E_PROTOTYPE_H_ */


More information about the svn-src-head mailing list