Minor, a couple of functions had static prototypes but not actually declared
static.

Signed-off-by: Stephen Hemminger <shemmin...@vyatta.com>

--- a/drivers/net/ethernet/intel/igb/e1000_82575.c      2012-10-25 
09:11:13.863290240 -0700
+++ b/drivers/net/ethernet/intel/igb/e1000_82575.c      2012-10-29 
11:28:13.045803466 -0700
@@ -823,7 +823,7 @@ static s32 igb_set_d0_lplu_state_82580(s
  *  During driver activity, SmartSpeed should be enabled so performance is
  *  maintained.
  **/
-s32 igb_set_d3_lplu_state_82580(struct e1000_hw *hw, bool active)
+static s32 igb_set_d3_lplu_state_82580(struct e1000_hw *hw, bool active)
 {
        struct e1000_phy_info *phy = &hw->phy;
        s32 ret_val = 0;
--- a/drivers/net/ethernet/intel/igb/e1000_i210.c       2012-10-25 
09:11:13.863290240 -0700
+++ b/drivers/net/ethernet/intel/igb/e1000_i210.c       2012-10-29 
11:29:12.229209088 -0700
@@ -552,7 +552,7 @@ out:
  *  @hw: pointer to the HW structure
  *
  **/
-s32 igb_pool_flash_update_done_i210(struct e1000_hw *hw)
+static s32 igb_pool_flash_update_done_i210(struct e1000_hw *hw)
 {
        s32 ret_val = -E1000_ERR_NVM;
        u32 i, reg;

------------------------------------------------------------------------------
The Windows 8 Center - In partnership with Sourceforge
Your idea - your app - 30 days.
Get started!
http://windows8center.sourceforge.net/
what-html-developers-need-to-know-about-coding-windows-8-metro-style-apps/
_______________________________________________
E1000-devel mailing list
E1000-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/e1000-devel
To learn more about Intel&#174; Ethernet, visit 
http://communities.intel.com/community/wired

Reply via email to