
11 Feb
2023
11 Feb
'23
10:38 a.m.
On Sat, 11 Feb 2023 04:33:53 +0100, Thomas Weißschuh wrote:
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
Thanks, applied now.
Takashi