]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/net/sfc/rx.h
sfc: Use explicit bool for boolean variables, parameters and return values
[linux-2.6-omap-h63xx.git] / drivers / net / sfc / rx.h
index f35e377bfc5f8e04fcca395f7742f644a47f2588..187b1109973cc722ee52ea4ee15f47d7d2980f2c 100644 (file)
@@ -24,6 +24,6 @@ void efx_rx_strategy(struct efx_channel *channel);
 void efx_fast_push_rx_descriptors(struct efx_rx_queue *rx_queue);
 void efx_rx_work(struct work_struct *data);
 void __efx_rx_packet(struct efx_channel *channel,
-                    struct efx_rx_buffer *rx_buf, int checksummed);
+                    struct efx_rx_buffer *rx_buf, bool checksummed);
 
 #endif /* EFX_RX_H */