Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Feb 2019 15:30:06 +0000 (UTC)
From:      Marius Strobl <marius@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-12@freebsd.org
Subject:   svn commit: r344102 - stable/12/sys/dev/ixl
Message-ID:  <201902131530.x1DFU6PA067155@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marius
Date: Wed Feb 13 15:30:06 2019
New Revision: 344102
URL: https://svnweb.freebsd.org/changeset/base/344102

Log:
  MFC: r339459
  
  ixl/iavf(4): Fix GCC 6.4.0 build
  
  Don't define redundant prototypes.

Modified:
  stable/12/sys/dev/ixl/if_iavf.c
  stable/12/sys/dev/ixl/ixl_pf.h
Directory Properties:
  stable/12/   (props changed)

Modified: stable/12/sys/dev/ixl/if_iavf.c
==============================================================================
--- stable/12/sys/dev/ixl/if_iavf.c	Wed Feb 13 15:27:17 2019	(r344101)
+++ stable/12/sys/dev/ixl/if_iavf.c	Wed Feb 13 15:30:06 2019	(r344102)
@@ -126,7 +126,6 @@ static int	iavf_sysctl_queue_interrupt_table(SYSCTL_HA
 static int	iavf_sysctl_vf_reset(SYSCTL_HANDLER_ARGS);
 static int	iavf_sysctl_vflr_reset(SYSCTL_HANDLER_ARGS);
 
-char *iavf_vc_speed_to_string(enum virtchnl_link_speed link_speed);
 static void	iavf_save_tunables(struct iavf_sc *);
 static enum i40e_status_code
     iavf_process_adminq(struct iavf_sc *, u16 *);

Modified: stable/12/sys/dev/ixl/ixl_pf.h
==============================================================================
--- stable/12/sys/dev/ixl/ixl_pf.h	Wed Feb 13 15:27:17 2019	(r344101)
+++ stable/12/sys/dev/ixl/ixl_pf.h	Wed Feb 13 15:30:06 2019	(r344102)
@@ -267,9 +267,6 @@ char *	ixl_switch_element_string(struct sbuf *,
 	    struct i40e_aqc_switch_config_element_resp *);
 void	ixl_add_sysctls_mac_stats(struct sysctl_ctx_list *,
 		    struct sysctl_oid_list *, struct i40e_hw_port_stats *);
-void	ixl_add_sysctls_eth_stats(struct sysctl_ctx_list *,
-		    struct sysctl_oid_list *,
-		    struct i40e_eth_stats *);
 
 void    ixl_media_status(struct ifnet *, struct ifmediareq *);
 int     ixl_media_change(struct ifnet *);



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