OSDN Git Service

x86/platform/uv: Make kobj_type structure constant
authorThomas Weißschuh <linux@weissschuh.net>
Tue, 7 Feb 2023 16:40:46 +0000 (16:40 +0000)
committerHans de Goede <hdegoede@redhat.com>
Fri, 10 Feb 2023 16:24:37 +0000 (17:24 +0100)
commitad76d9b88c9f6065663fc2005f4b219984b3f8d8
tree674c7ba183e1d7a38d8bc85e1f1026bf85f7c4d6
parent881a10355fadd10fc0bbedc729c1a32b98c37e2d
x86/platform/uv: 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>
Reviewed-by: Justin Ernst <justin.ernst@hpe.com>
Link: https://lore.kernel.org/r/20230207-kobj_type-pdx86-v1-3-8e2c4fb83105@weissschuh.net
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
drivers/platform/x86/uv_sysfs.c