diff options
author | Ben Hutchings <bhutchings@solarflare.com> | 2010-02-03 09:31:46 (GMT) |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-02-04 03:12:46 (GMT) |
commit | 2291b20f4bee6a28087cf4f4b2b382a92063c8b5 (patch) | |
tree | 7b42a57d88c8c58078ce62994d9306d225b38c0e /drivers/net/sfc | |
parent | 4cddca5484e047fa77ce090bec96fbfb92a6eb19 (diff) | |
download | linux-2291b20f4bee6a28087cf4f4b2b382a92063c8b5.tar.xz |
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 a615ac0..7eff0a6 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); /* Global */ extern void efx_schedule_reset(struct efx_nic *efx, enum reset_type type); -extern void efx_suspend(struct efx_nic *efx); -extern void efx_resume(struct efx_nic *efx); extern void efx_init_irq_moderation(struct efx_nic *efx, int tx_usecs, int rx_usecs, bool rx_adaptive); extern int efx_request_power(struct efx_nic *efx, int mw, const char *name); |