]> git.ipfire.org Git - thirdparty/linux.git/commit
net: usb: lan78xx: make struct fphy_status static const
authorHeiner Kallweit <hkallweit1@gmail.com>
Tue, 10 Jun 2025 20:58:15 +0000 (22:58 +0200)
committerJakub Kicinski <kuba@kernel.org>
Wed, 11 Jun 2025 21:13:12 +0000 (14:13 -0700)
commitae4e3334dd057943b3d6922861a9117af88dc266
tree644dd73e73bc5ab896a2d070f4b104c9d0c8ca8d
parent1a3e9b7a6b09e8ab3d2af019e4a392622685855e
net: usb: lan78xx: make struct fphy_status static const

Constify variable fphy_status and make it static.

Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
Link: https://patch.msgid.link/0890f92e-a03d-4aa7-8bc8-94123d253f22@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/usb/lan78xx.c