diff options
Diffstat (limited to 'drivers/net/ethernet/sfc/nic.h')
-rw-r--r-- | drivers/net/ethernet/sfc/nic.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/net/ethernet/sfc/nic.h b/drivers/net/ethernet/sfc/nic.h index 246c4140453c..ac12f7f7f35b 100644 --- a/drivers/net/ethernet/sfc/nic.h +++ b/drivers/net/ethernet/sfc/nic.h | |||
@@ -35,10 +35,6 @@ static inline int efx_nic_rev(struct efx_nic *efx) | |||
35 | 35 | ||
36 | extern u32 efx_nic_fpga_ver(struct efx_nic *efx); | 36 | extern u32 efx_nic_fpga_ver(struct efx_nic *efx); |
37 | 37 | ||
38 | static inline bool efx_nic_has_mc(struct efx_nic *efx) | ||
39 | { | ||
40 | return efx_nic_rev(efx) >= EFX_REV_SIENA_A0; | ||
41 | } | ||
42 | /* NIC has two interlinked PCI functions for the same port. */ | 38 | /* NIC has two interlinked PCI functions for the same port. */ |
43 | static inline bool efx_nic_is_dual_func(struct efx_nic *efx) | 39 | static inline bool efx_nic_is_dual_func(struct efx_nic *efx) |
44 | { | 40 | { |