xen: sysfs: make kobj_type structure constant
authorThomas Weißschuh <linux@weissschuh.net>
Thu, 16 Feb 2023 01:10:59 +0000 (01:10 +0000)
committerJuergen Gross <jgross@suse.com>
Sat, 18 Feb 2023 15:50:21 +0000 (16:50 +0100)
commit4ecc96cba8d93d86abf46d17067e9b4c96241a29
treee824f96f12e2ac5086a6dd2685e4e75eb0832161
parent20e7da1bbba8474839157fb28fb538d2c058128d
xen: sysfs: 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: Juergen Gross <jgross@suse.com>
Link: https://lore.kernel.org/r/20230216-kobj_type-xen-v1-1-742423de7d71@weissschuh.net
Signed-off-by: Juergen Gross <jgross@suse.com>
drivers/xen/sys-hypervisor.c