diff options
Diffstat (limited to 'drivers/net/ethernet/sfc/phy.h')
-rw-r--r-- | drivers/net/ethernet/sfc/phy.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/net/ethernet/sfc/phy.h b/drivers/net/ethernet/sfc/phy.h index 45eeb7075156..803bf445c08e 100644 --- a/drivers/net/ethernet/sfc/phy.h +++ b/drivers/net/ethernet/sfc/phy.h | |||
@@ -15,7 +15,7 @@ | |||
15 | */ | 15 | */ |
16 | extern const struct efx_phy_operations falcon_sfx7101_phy_ops; | 16 | extern const struct efx_phy_operations falcon_sfx7101_phy_ops; |
17 | 17 | ||
18 | extern void tenxpress_set_id_led(struct efx_nic *efx, enum efx_led_mode mode); | 18 | void tenxpress_set_id_led(struct efx_nic *efx, enum efx_led_mode mode); |
19 | 19 | ||
20 | /**************************************************************************** | 20 | /**************************************************************************** |
21 | * AMCC/Quake QT202x PHYs | 21 | * AMCC/Quake QT202x PHYs |
@@ -34,7 +34,7 @@ extern const struct efx_phy_operations falcon_qt202x_phy_ops; | |||
34 | #define QUAKE_LED_TXLINK (0) | 34 | #define QUAKE_LED_TXLINK (0) |
35 | #define QUAKE_LED_RXLINK (8) | 35 | #define QUAKE_LED_RXLINK (8) |
36 | 36 | ||
37 | extern void falcon_qt202x_set_led(struct efx_nic *p, int led, int state); | 37 | void falcon_qt202x_set_led(struct efx_nic *p, int led, int state); |
38 | 38 | ||
39 | /**************************************************************************** | 39 | /**************************************************************************** |
40 | * Transwitch CX4 retimer | 40 | * Transwitch CX4 retimer |
@@ -44,7 +44,7 @@ extern const struct efx_phy_operations falcon_txc_phy_ops; | |||
44 | #define TXC_GPIO_DIR_INPUT 0 | 44 | #define TXC_GPIO_DIR_INPUT 0 |
45 | #define TXC_GPIO_DIR_OUTPUT 1 | 45 | #define TXC_GPIO_DIR_OUTPUT 1 |
46 | 46 | ||
47 | extern void falcon_txc_set_gpio_dir(struct efx_nic *efx, int pin, int dir); | 47 | void falcon_txc_set_gpio_dir(struct efx_nic *efx, int pin, int dir); |
48 | extern void falcon_txc_set_gpio_val(struct efx_nic *efx, int pin, int val); | 48 | void falcon_txc_set_gpio_val(struct efx_nic *efx, int pin, int val); |
49 | 49 | ||
50 | #endif | 50 | #endif |