]> Pileus Git - ~andy/linux/blobdiff - drivers/net/phy/micrel.c
net: phy: micrel: Staticize ksz8873mll_read_status()
[~andy/linux] / drivers / net / phy / micrel.c
index 2510435f34edfd5e10cc4252c6e7dcfa35e95e62..9ca4945501862fad7a66dc915af9ad22e7c379b4 100644 (file)
@@ -144,7 +144,7 @@ static int ks8051_config_init(struct phy_device *phydev)
 #define KSZ8873MLL_GLOBAL_CONTROL_4    0x06
 #define KSZ8873MLL_GLOBAL_CONTROL_4_DUPLEX     (1 << 6)
 #define KSZ8873MLL_GLOBAL_CONTROL_4_SPEED      (1 << 4)
-int ksz8873mll_read_status(struct phy_device *phydev)
+static int ksz8873mll_read_status(struct phy_device *phydev)
 {
        int regval;