sfxge: fix unused function warning

Sponsored by:   Solarflare Communications, Inc.
MFC after:      2 days
This commit is contained in:
arybchik 2016-01-18 06:54:15 +00:00
parent c1e866c344
commit 40dc0c3cf7

View File

@ -1636,6 +1636,7 @@ ef10_nvram_type_to_partn(
return (ENOTSUP);
}
#if EFSYS_OPT_DIAG
static __checkReturn efx_rc_t
ef10_nvram_partn_to_type(
@ -1665,9 +1666,6 @@ ef10_nvram_partn_to_type(
return (ENOTSUP);
}
#if EFSYS_OPT_DIAG
__checkReturn efx_rc_t
ef10_nvram_test(
__in efx_nic_t *enp)