svn commit: r299924 - head/sys/dev/sfxge/common
Andrew Rybchenko
arybchik at FreeBSD.org
Mon May 16 08:28:29 UTC 2016
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 *);
More information about the svn-src-all
mailing list