Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 May 2016 01:52:05 +0000 (UTC)
From:      Garrett Cooper <ngie@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r300927 - head/sys/dev/ixl
Message-ID:  <201605290152.u4T1q5T9002864@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ngie
Date: Sun May 29 01:52:05 2016
New Revision: 300927
URL: https://svnweb.freebsd.org/changeset/base/300927

Log:
  Delete duplicate declaration for i40e_blink_phy_link_led(..)
  
  It was already declared on line 90
  
  Differential Revision: https://reviews.freebsd.org/D6570
  Reported by: gcc
  Reviewed by: sbruno
  Sponsored by: EMC / Isilon Storage Division

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

Modified: head/sys/dev/ixl/i40e_prototype.h
==============================================================================
--- head/sys/dev/ixl/i40e_prototype.h	Sun May 29 01:45:15 2016	(r300926)
+++ head/sys/dev/ixl/i40e_prototype.h	Sun May 29 01:52:05 2016	(r300927)
@@ -501,6 +501,4 @@ enum i40e_status_code i40e_read_phy_regi
 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_ */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605290152.u4T1q5T9002864>