From b138e49c66e80c8f467872c365ecc0b6dd8acaae Mon Sep 17 00:00:00 2001 From: Mateusz Guzik Date: Tue, 1 Sep 2020 21:29:01 +0000 Subject: sfxge: clean up empty lines in .c and .h files --- sys/dev/sfxge/common/efx_intr.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'sys/dev/sfxge/common/efx_intr.c') 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) -- cgit v1.2.3