aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc/efx.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/ethernet/sfc/efx.h')
-rw-r--r--drivers/net/ethernet/sfc/efx.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/net/ethernet/sfc/efx.h b/drivers/net/ethernet/sfc/efx.h
index 16da3e9a6000..0cddc5ad77b1 100644
--- a/drivers/net/ethernet/sfc/efx.h
+++ b/drivers/net/ethernet/sfc/efx.h
@@ -258,7 +258,9 @@ static inline void efx_schedule_channel_irq(struct efx_channel *channel)
258} 258}
259 259
260void efx_link_status_changed(struct efx_nic *efx); 260void efx_link_status_changed(struct efx_nic *efx);
261void efx_link_set_advertising(struct efx_nic *efx, u32); 261void efx_link_set_advertising(struct efx_nic *efx,
262 const unsigned long *advertising);
263void efx_link_clear_advertising(struct efx_nic *efx);
262void efx_link_set_wanted_fc(struct efx_nic *efx, u8); 264void efx_link_set_wanted_fc(struct efx_nic *efx, u8);
263 265
264static inline void efx_device_detach_sync(struct efx_nic *efx) 266static inline void efx_device_detach_sync(struct efx_nic *efx)