Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 May 2015 12:10:37 +0000 (UTC)
From:      "Bjoern A. Zeeb" <bz@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r282299 - head/sys/dev/ixgbe
Message-ID:  <201505011210.t41CAbWa006538@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bz
Date: Fri May  1 12:10:36 2015
New Revision: 282299
URL: https://svnweb.freebsd.org/changeset/base/282299

Log:
  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().

Modified:
  head/sys/dev/ixgbe/if_ix.c

Modified: head/sys/dev/ixgbe/if_ix.c
==============================================================================
--- head/sys/dev/ixgbe/if_ix.c	Fri May  1 11:56:21 2015	(r282298)
+++ head/sys/dev/ixgbe/if_ix.c	Fri May  1 12:10:36 2015	(r282299)
@@ -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
  *********************************************************************/



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