svn commit: r301377 - stable/10/sys/dev/sfxge/common

Andrew Rybchenko arybchik at FreeBSD.org
Sat Jun 4 16:45:38 UTC 2016


Author: arybchik
Date: Sat Jun  4 16:45:36 2016
New Revision: 301377
URL: https://svnweb.freebsd.org/changeset/base/301377

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

Modified:
  stable/10/sys/dev/sfxge/common/efx_impl.h
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/sys/dev/sfxge/common/efx_impl.h
==============================================================================
--- stable/10/sys/dev/sfxge/common/efx_impl.h	Sat Jun  4 16:43:26 2016	(r301376)
+++ stable/10/sys/dev/sfxge/common/efx_impl.h	Sat Jun  4 16:45:36 2016	(r301377)
@@ -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 *);


More information about the svn-src-all mailing list