mirror of
https://github.com/smaeul/u-boot.git
synced 2025-10-17 06:08:13 +01:00
net: phy: teranetics: Staticize PHY driver entries
These struct phy_driver ... instances are local to this source code file, staticize them. No functional change. Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org> Acked-by: Michal Simek <michal.simek@amd.com> Tested-by: Michal Simek <michal.simek@amd.com> #microblaze (MANUAL_RELOC)
This commit is contained in:
parent
97c50ab8db
commit
d1569689c6
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user