Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 May 2016 08:28:27 +0000 (UTC)
From:      Andrew Rybchenko <arybchik@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r299924 - head/sys/dev/sfxge/common
Message-ID:  <201605160828.u4G8SRHM097863@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: arybchik
Date: Mon May 16 08:28:27 2016
New Revision: 299924
URL: https://svnweb.freebsd.org/changeset/base/299924

Log:
  sfxge(4): cleanup: remove misnamed function declaration
  
  Submitted by:   Richard Houldsworth <rhouldsworth at solarflare.com>
  Sponsored by:   Solarflare Communications, Inc.
  MFC after:      1 week

Modified:
  head/sys/dev/sfxge/common/efx_impl.h

Modified: head/sys/dev/sfxge/common/efx_impl.h
==============================================================================
--- head/sys/dev/sfxge/common/efx_impl.h	Mon May 16 08:27:20 2016	(r299923)
+++ head/sys/dev/sfxge/common/efx_impl.h	Mon May 16 08:28:27 2016	(r299924)
@@ -461,14 +461,6 @@ typedef struct efx_nvram_ops_s {
 } efx_nvram_ops_t;
 #endif /* EFSYS_OPT_NVRAM */
 
-extern	__checkReturn		efx_rc_t
-efx_nvram_tlv_validate(
-	__in			efx_nic_t *enp,
-	__in			uint32_t partn,
-	__in_bcount(partn_size)	caddr_t partn_data,
-	__in			size_t partn_size);
-
-
 #if EFSYS_OPT_VPD
 typedef struct efx_vpd_ops_s {
 	efx_rc_t	(*evpdo_init)(efx_nic_t *);



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