Searched hist:"4 ecc96cba8d93d86abf46d17067e9b4c96241a29" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/xen/ |
H A D | sys-hypervisor.c | diff 4ecc96cba8d93d86abf46d17067e9b4c96241a29 Wed Feb 15 19:10:59 CST 2023 Thomas Weißschuh <linux@weissschuh.net> 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>
|