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 *);
_______________________________________________
svn-src-stable-10@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-stable-10
To unsubscribe, send any mail to "svn-src-stable-10-unsubscr...@freebsd.org"

Reply via email to