padata: Make kobj_type structure constant
authorThomas Weißschuh <linux@weissschuh.net>
Fri, 17 Feb 2023 03:17:49 +0000 (03:17 +0000)
committerHerbert Xu <herbert@gondor.apana.org.au>
Tue, 14 Mar 2023 09:06:42 +0000 (17:06 +0800)
commit0bedc99203724900b1d05df69e24bdbb1d3e6545
tree5d8136f7ae374b9bfc9ccb2d4953c56561d68f37
parentc0f9e01dd266b8a8f674d9f6a388972b81be1641
padata: 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>
Acked-by: Daniel Jordan <daniel.m.jordan@oracle.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
kernel/padata.c