aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/net/sfc/falcon.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/sfc/falcon.h b/drivers/net/sfc/falcon.h
index 8d232bf612e7..4dd965774a90 100644
--- a/drivers/net/sfc/falcon.h
+++ b/drivers/net/sfc/falcon.h
@@ -91,11 +91,9 @@ extern void falcon_fini_interrupt(struct efx_nic *efx);
91 91
92/* Global Resources */ 92/* Global Resources */
93extern int falcon_probe_nic(struct efx_nic *efx); 93extern int falcon_probe_nic(struct efx_nic *efx);
94extern int falcon_probe_resources(struct efx_nic *efx);
95extern int falcon_init_nic(struct efx_nic *efx); 94extern int falcon_init_nic(struct efx_nic *efx);
96extern int falcon_flush_queues(struct efx_nic *efx); 95extern int falcon_flush_queues(struct efx_nic *efx);
97extern int falcon_reset_hw(struct efx_nic *efx, enum reset_type method); 96extern int falcon_reset_hw(struct efx_nic *efx, enum reset_type method);
98extern void falcon_remove_resources(struct efx_nic *efx);
99extern void falcon_remove_nic(struct efx_nic *efx); 97extern void falcon_remove_nic(struct efx_nic *efx);
100extern void falcon_update_nic_stats(struct efx_nic *efx); 98extern void falcon_update_nic_stats(struct efx_nic *efx);
101extern void falcon_set_multicast_hash(struct efx_nic *efx); 99extern void falcon_set_multicast_hash(struct efx_nic *efx);