diff options
author | Ben Hutchings <bhutchings@solarflare.com> | 2010-09-10 02:41:12 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-09-10 15:27:30 -0400 |
commit | 7db8e8ec3995a1dc2bfadd8ac97e9024013db9c3 (patch) | |
tree | a3f9cf7b7b65c47319d84159879b1c2269368c6d /drivers/net | |
parent | 80485d3441fc26aff5ddb2bf44baf7a61e1909b4 (diff) |
sfc: Remove declarations of functions that no longer exist
Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net')
-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 060dc952a0fd..d6b172b1a8ef 100644 --- a/drivers/net/sfc/efx.h +++ b/drivers/net/sfc/efx.h | |||
@@ -81,8 +81,6 @@ extern int efx_reset_up(struct efx_nic *efx, enum reset_type method, bool ok); | |||
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_init_irq_moderation(struct efx_nic *efx, int tx_usecs, | 82 | extern void efx_init_irq_moderation(struct efx_nic *efx, int tx_usecs, |
83 | int rx_usecs, bool rx_adaptive); | 83 | int rx_usecs, bool rx_adaptive); |
84 | extern int efx_request_power(struct efx_nic *efx, int mw, const char *name); | ||
85 | extern void efx_hex_dump(const u8 *, unsigned int, const char *); | ||
86 | 84 | ||
87 | /* Dummy PHY ops for PHY drivers */ | 85 | /* Dummy PHY ops for PHY drivers */ |
88 | extern int efx_port_dummy_op_int(struct efx_nic *efx); | 86 | extern int efx_port_dummy_op_int(struct efx_nic *efx); |