aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/sfxge/common/efx_intr.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/sfxge/common/efx_intr.c')
-rw-r--r--sys/dev/sfxge/common/efx_intr.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/sys/dev/sfxge/common/efx_intr.c b/sys/dev/sfxge/common/efx_intr.c
index 5e4436350592..423020a59320 100644
--- a/sys/dev/sfxge/common/efx_intr.c
+++ b/sys/dev/sfxge/common/efx_intr.c
@@ -36,7 +36,6 @@ __FBSDID("$FreeBSD$");
#include "efx.h"
#include "efx_impl.h"
-
#if EFSYS_OPT_SIENA
static __checkReturn efx_rc_t
@@ -86,10 +85,8 @@ static __checkReturn boolean_t
siena_intr_check_fatal(
__in efx_nic_t *enp);
-
#endif /* EFSYS_OPT_SIENA */
-
#if EFSYS_OPT_SIENA
static const efx_intr_ops_t __efx_intr_siena_ops = {
siena_intr_init, /* eio_init */
@@ -245,7 +242,6 @@ efx_intr_disable_unlocked(
eiop->eio_disable_unlocked(enp);
}
-
__checkReturn efx_rc_t
efx_intr_trigger(
__in efx_nic_t *enp,
@@ -303,7 +299,6 @@ efx_intr_fatal(
eiop->eio_fatal(enp);
}
-
/* ************************************************************************* */
/* ************************************************************************* */
/* ************************************************************************* */
@@ -523,7 +518,6 @@ siena_intr_status_message(
*fatalp = B_FALSE;
}
-
static void
siena_intr_fatal(
__in efx_nic_t *enp)