Commit 2291b20f4bee6a28087cf4f4b2b382a92063c8b5

Authored by Ben Hutchings
Committed by David S. Miller
1 parent 4cddca5484

sfc: Remove declarations of nonexistent functions

Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

Showing 1 changed file with 0 additions and 2 deletions Side-by-side Diff

drivers/net/sfc/efx.h
... ... @@ -79,8 +79,6 @@
79 79  
80 80 /* Global */
81 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 82 extern void efx_init_irq_moderation(struct efx_nic *efx, int tx_usecs,
85 83 int rx_usecs, bool rx_adaptive);
86 84 extern int efx_request_power(struct efx_nic *efx, int mw, const char *name);