diff options
Diffstat (limited to 'drivers/net/ethernet/sfc/efx.h')
-rw-r--r-- | drivers/net/ethernet/sfc/efx.h | 4 |
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 | ||
260 | void efx_link_status_changed(struct efx_nic *efx); | 260 | void efx_link_status_changed(struct efx_nic *efx); |
261 | void efx_link_set_advertising(struct efx_nic *efx, u32); | 261 | void efx_link_set_advertising(struct efx_nic *efx, |
262 | const unsigned long *advertising); | ||
263 | void efx_link_clear_advertising(struct efx_nic *efx); | ||
262 | void efx_link_set_wanted_fc(struct efx_nic *efx, u8); | 264 | void efx_link_set_wanted_fc(struct efx_nic *efx, u8); |
263 | 265 | ||
264 | static inline void efx_device_detach_sync(struct efx_nic *efx) | 266 | static inline void efx_device_detach_sync(struct efx_nic *efx) |