]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
net: mdio: constify attributes and attribute arrays
authorHeiner Kallweit <hkallweit1@gmail.com>
Fri, 27 Feb 2026 22:08:58 +0000 (23:08 +0100)
committerPaolo Abeni <pabeni@redhat.com>
Tue, 3 Mar 2026 12:23:45 +0000 (13:23 +0100)
commita4c08b701559c5a3039f3bdf0b5286ca02877985
treeac07be11d6dbba7cba0eecb922676acdbbc1710a
parentc599649d05a072a6ff7c4012e57cbabab7a2d57e
net: mdio: constify attributes and attribute arrays

Constify attributes and attribute arrays, using new member attrs_const
of struct attribute_group.

Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
Link: https://patch.msgid.link/c20f17bb-3489-42b5-b8fe-457245ac6cb3@gmail.com
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
drivers/net/phy/mdio_bus.c