ALSA: hda: make kobj_type structure constant
authorThomas Weißschuh <linux@weissschuh.net>
Sat, 11 Feb 2023 03:33:53 +0000 (03:33 +0000)
committerTakashi Iwai <tiwai@suse.de>
Sat, 11 Feb 2023 08:37:42 +0000 (09:37 +0100)
commitaacdac35b906e476b175a8ffc057165eca563076
treeb6a3c28f924b27312b1bc6e7ce574bc9426b7fd0
parent4fe20d62842eaa858267df1535f3e2bd39275c4a
ALSA: hda: make kobj_type structure constant

Since commit ee6d3dd4ed48 ("driver core: make kobj_type constant.")
the driver core allows the usage of const struct kobj_type.

Take advantage of this to constify the structure definition to prevent
modification at runtime.

Signed-off-by: Thomas Weißschuh <linux@weissschuh.net>
Link: https://lore.kernel.org/r/20230211-kobj_type-sound-v1-1-17107ceb25b7@weissschuh.net
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/hda/hdac_sysfs.c