1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-12 14:29:28 +00:00

sfxge(4): cleanup: remove misnamed function declaration

Submitted by:   Richard Houldsworth <rhouldsworth at solarflare.com>
Sponsored by:   Solarflare Communications, Inc.
MFC after:      1 week
This commit is contained in:
Andrew Rybchenko 2016-05-16 08:28:27 +00:00
parent c6190b10d9
commit fb39178368
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=299924

View File

@ -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 *);