diff options
-rw-r--r-- | drivers/net/phy/micrel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/phy/micrel.c b/drivers/net/phy/micrel.c index 2510435f34ed..9ca494550186 100644 --- a/drivers/net/phy/micrel.c +++ b/drivers/net/phy/micrel.c | |||
@@ -144,7 +144,7 @@ static int ks8051_config_init(struct phy_device *phydev) | |||
144 | #define KSZ8873MLL_GLOBAL_CONTROL_4 0x06 | 144 | #define KSZ8873MLL_GLOBAL_CONTROL_4 0x06 |
145 | #define KSZ8873MLL_GLOBAL_CONTROL_4_DUPLEX (1 << 6) | 145 | #define KSZ8873MLL_GLOBAL_CONTROL_4_DUPLEX (1 << 6) |
146 | #define KSZ8873MLL_GLOBAL_CONTROL_4_SPEED (1 << 4) | 146 | #define KSZ8873MLL_GLOBAL_CONTROL_4_SPEED (1 << 4) |
147 | int ksz8873mll_read_status(struct phy_device *phydev) | 147 | static int ksz8873mll_read_status(struct phy_device *phydev) |
148 | { | 148 | { |
149 | int regval; | 149 | int regval; |
150 | 150 | ||