mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 23:47:24 +00: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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue