kobject: make dynamic_kobj_ktype and kset_ktype const
authorThomas Weißschuh <linux@weissschuh.net>
Sat, 4 Feb 2023 21:59:50 +0000 (21:59 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 8 Feb 2023 12:34:20 +0000 (13:34 +0100)
commitdda6b81f17ad8e72f8bc151c876cd335a471e268
treead58c3d86b74e85a73e8a278e4594dd4e9abead3
parent8518e9db9f95d7beb453e46ee97e1a630680c4b5
kobject: make dynamic_kobj_ktype and kset_ktype const

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 definitions to prevent
modification at runtime.

Signed-off-by: Thomas Weißschuh <linux@weissschuh.net>
Link: https://lore.kernel.org/r/20230204-kobj_type-kobj-v1-1-ddd1b4ef8ab5@weissschuh.net
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
lib/kobject.c