diff options
Diffstat (limited to 'drivers/net/sfc/efx.h')
-rw-r--r-- | drivers/net/sfc/efx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/sfc/efx.h b/drivers/net/sfc/efx.h index 8bde1d2a21db..da157aa74b83 100644 --- a/drivers/net/sfc/efx.h +++ b/drivers/net/sfc/efx.h | |||
@@ -52,7 +52,7 @@ extern void efx_schedule_reset(struct efx_nic *efx, enum reset_type type); | |||
52 | extern void efx_suspend(struct efx_nic *efx); | 52 | extern void efx_suspend(struct efx_nic *efx); |
53 | extern void efx_resume(struct efx_nic *efx); | 53 | extern void efx_resume(struct efx_nic *efx); |
54 | extern void efx_init_irq_moderation(struct efx_nic *efx, int tx_usecs, | 54 | extern void efx_init_irq_moderation(struct efx_nic *efx, int tx_usecs, |
55 | int rx_usecs); | 55 | int rx_usecs, bool rx_adaptive); |
56 | extern int efx_request_power(struct efx_nic *efx, int mw, const char *name); | 56 | extern int efx_request_power(struct efx_nic *efx, int mw, const char *name); |
57 | extern void efx_hex_dump(const u8 *, unsigned int, const char *); | 57 | extern void efx_hex_dump(const u8 *, unsigned int, const char *); |
58 | 58 | ||