diff options
author | Ben Hutchings <bhutchings@solarflare.com> | 2010-02-03 04:31:46 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-02-03 22:12:46 -0500 |
commit | 2291b20f4bee6a28087cf4f4b2b382a92063c8b5 (patch) | |
tree | 7b42a57d88c8c58078ce62994d9306d225b38c0e /drivers/net/sfc | |
parent | 4cddca5484e047fa77ce090bec96fbfb92a6eb19 (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/net/sfc')
-rw-r--r-- | drivers/net/sfc/efx.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/sfc/efx.h b/drivers/net/sfc/efx.h index a615ac051530..7eff0a615cb3 100644 --- a/drivers/net/sfc/efx.h +++ b/drivers/net/sfc/efx.h | |||
@@ -79,8 +79,6 @@ extern int efx_reset_up(struct efx_nic *efx, enum reset_type method, bool ok); | |||
79 | 79 | ||
80 | /* Global */ | 80 | /* Global */ |
81 | extern void efx_schedule_reset(struct efx_nic *efx, enum reset_type type); | 81 | extern void efx_schedule_reset(struct efx_nic *efx, enum reset_type type); |
82 | extern void efx_suspend(struct efx_nic *efx); | ||
83 | extern void efx_resume(struct efx_nic *efx); | ||
84 | extern void efx_init_irq_moderation(struct efx_nic *efx, int tx_usecs, | 82 | extern void efx_init_irq_moderation(struct efx_nic *efx, int tx_usecs, |
85 | int rx_usecs, bool rx_adaptive); | 83 | int rx_usecs, bool rx_adaptive); |
86 | extern int efx_request_power(struct efx_nic *efx, int mw, const char *name); | 84 | extern int efx_request_power(struct efx_nic *efx, int mw, const char *name); |