diff options
author | Ben Hutchings <bhutchings@solarflare.com> | 2009-10-23 04:31:46 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-10-24 07:27:13 -0400 |
commit | 5c86987e86d604442d81795259fc2c02308e8f44 (patch) | |
tree | c710ee2f4952d8605671d297fcf5b040ff2d44e7 /drivers | |
parent | f01865f0649f3d42b70fec8968adfd53734a3380 (diff) |
sfc: Remove declarations of nonexistent functions
Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/net/sfc/falcon.h | 2 |
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 */ |
93 | extern int falcon_probe_nic(struct efx_nic *efx); | 93 | extern int falcon_probe_nic(struct efx_nic *efx); |
94 | extern int falcon_probe_resources(struct efx_nic *efx); | ||
95 | extern int falcon_init_nic(struct efx_nic *efx); | 94 | extern int falcon_init_nic(struct efx_nic *efx); |
96 | extern int falcon_flush_queues(struct efx_nic *efx); | 95 | extern int falcon_flush_queues(struct efx_nic *efx); |
97 | extern int falcon_reset_hw(struct efx_nic *efx, enum reset_type method); | 96 | extern int falcon_reset_hw(struct efx_nic *efx, enum reset_type method); |
98 | extern void falcon_remove_resources(struct efx_nic *efx); | ||
99 | extern void falcon_remove_nic(struct efx_nic *efx); | 97 | extern void falcon_remove_nic(struct efx_nic *efx); |
100 | extern void falcon_update_nic_stats(struct efx_nic *efx); | 98 | extern void falcon_update_nic_stats(struct efx_nic *efx); |
101 | extern void falcon_set_multicast_hash(struct efx_nic *efx); | 99 | extern void falcon_set_multicast_hash(struct efx_nic *efx); |