diff options
Diffstat (limited to 'drivers/net/sfc/rx.h')
-rw-r--r-- | drivers/net/sfc/rx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/sfc/rx.h b/drivers/net/sfc/rx.h index f35e377bfc5f..187b1109973c 100644 --- a/drivers/net/sfc/rx.h +++ b/drivers/net/sfc/rx.h | |||
@@ -24,6 +24,6 @@ void efx_rx_strategy(struct efx_channel *channel); | |||
24 | void efx_fast_push_rx_descriptors(struct efx_rx_queue *rx_queue); | 24 | void efx_fast_push_rx_descriptors(struct efx_rx_queue *rx_queue); |
25 | void efx_rx_work(struct work_struct *data); | 25 | void efx_rx_work(struct work_struct *data); |
26 | void __efx_rx_packet(struct efx_channel *channel, | 26 | void __efx_rx_packet(struct efx_channel *channel, |
27 | struct efx_rx_buffer *rx_buf, int checksummed); | 27 | struct efx_rx_buffer *rx_buf, bool checksummed); |
28 | 28 | ||
29 | #endif /* EFX_RX_H */ | 29 | #endif /* EFX_RX_H */ |