These struct phy_driver ... instances are local to this source code file, staticize them. No functional change.
Signed-off-by: Marek Vasut <[email protected]> --- Cc: "Ariel D'Alessandro" <[email protected]> Cc: "Cédric Le Goater" <[email protected]> Cc: "Marek Behún" <[email protected]> Cc: Alex Nemirovsky <[email protected]> Cc: Haolin Li <[email protected]> Cc: Heinrich Schuchardt <[email protected]> Cc: Joe Hershberger <[email protected]> Cc: Joel Stanley <[email protected]> Cc: Josua Mayer <[email protected]> Cc: Marek Vasut <[email protected]> Cc: Michael Trimarchi <[email protected]> Cc: Michal Simek <[email protected]> Cc: Nate Drude <[email protected]> Cc: Neil Armstrong <[email protected]> Cc: Radu Pirea <[email protected]> Cc: Ramon Fried <[email protected]> Cc: Samuel Mendoza-Jonas <[email protected]> Cc: Stefan Roese <[email protected]> Cc: T Karthik Reddy <[email protected]> Cc: Tim Harvey <[email protected]> Cc: Vladimir Oltean <[email protected]> Cc: [email protected] --- drivers/net/phy/teranetics.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/phy/teranetics.c b/drivers/net/phy/teranetics.c index 60049c2074f..c402bad88c6 100644 --- a/drivers/net/phy/teranetics.c +++ b/drivers/net/phy/teranetics.c @@ -90,7 +90,7 @@ int tn2020_startup(struct phy_device *phydev) return 0; } -struct phy_driver tn2020_driver = { +static struct phy_driver tn2020_driver = { .name = "Teranetics TN2020", .uid = PHY_UID_TN2020, .mask = 0xfffffff0, -- 2.39.2

