From: Ben Hutchings Date: Fri, 23 Oct 2009 08:31:46 +0000 (+0000) Subject: sfc: Remove declarations of nonexistent functions X-Git-Tag: v2.6.33-rc1~388^2~724 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=5c86987e86d604442d81795259fc2c02308e8f44;p=~shefty%2Frdma-dev.git sfc: Remove declarations of nonexistent functions Signed-off-by: Ben Hutchings Signed-off-by: David S. Miller --- diff --git a/drivers/net/sfc/falcon.h b/drivers/net/sfc/falcon.h index 8d232bf612e..4dd965774a9 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); /* Global Resources */ extern int falcon_probe_nic(struct efx_nic *efx); -extern int falcon_probe_resources(struct efx_nic *efx); extern int falcon_init_nic(struct efx_nic *efx); extern int falcon_flush_queues(struct efx_nic *efx); extern int falcon_reset_hw(struct efx_nic *efx, enum reset_type method); -extern void falcon_remove_resources(struct efx_nic *efx); extern void falcon_remove_nic(struct efx_nic *efx); extern void falcon_update_nic_stats(struct efx_nic *efx); extern void falcon_set_multicast_hash(struct efx_nic *efx);