sysfs: constify macro BIN_ATTRIBUTE_GROUPS()
authorThomas Weißschuh <linux@weissschuh.net>
Thu, 5 Dec 2024 17:07:31 +0000 (18:07 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 7 Jan 2025 16:01:13 +0000 (17:01 +0100)
commit92d6254f58120011c93610b4cb7def214409731d
tree2554086ee8001b99b775d4f0a2185596beafb9d7
parent7c9bf0305662da44676e5a75d1941cecd0dd73be
sysfs: constify macro BIN_ATTRIBUTE_GROUPS()

As there is only one in-tree user, avoid a transition phase and switch
that user in the same commit. As there are some interdependencies
between the constness of the different symbols in the s390 driver,
covert the whole driver at once.

Signed-off-by: Thomas Weißschuh <linux@weissschuh.net>
Link: https://lore.kernel.org/r/20241205-sysfs-const-bin_attr-groups_macro-v1-1-ac5e855031e8@weissschuh.net
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/s390/cio/chp.c
include/linux/sysfs.h