diff options
author | arybchik <arybchik@FreeBSD.org> | 2016-06-04 16:45:36 +0000 |
---|---|---|
committer | arybchik <arybchik@FreeBSD.org> | 2016-06-04 16:45:36 +0000 |
commit | a147cc64296eb1c80a03b5d0122d6d7b15eeabe3 (patch) | |
tree | ca00c9aea41a7b92250649c4560d1123e8df0fb3 | |
parent | 0ae24c12a49aa9cf53036e00d0a7ed6b8685d0f1 (diff) | |
download | FreeBSD-src-a147cc64296eb1c80a03b5d0122d6d7b15eeabe3.zip FreeBSD-src-a147cc64296eb1c80a03b5d0122d6d7b15eeabe3.tar.gz |
MFC r299924
sfxge(4): cleanup: remove misnamed function declaration
Submitted by: Richard Houldsworth <rhouldsworth at solarflare.com>
Sponsored by: Solarflare Communications, Inc.
-rw-r--r-- | sys/dev/sfxge/common/efx_impl.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/sys/dev/sfxge/common/efx_impl.h b/sys/dev/sfxge/common/efx_impl.h index bdf0dae..b4652b4 100644 --- a/sys/dev/sfxge/common/efx_impl.h +++ b/sys/dev/sfxge/common/efx_impl.h @@ -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 *); |