of: make of_node_ktype constant
authorThomas Weißschuh <linux@weissschuh.net>
Sat, 4 Feb 2023 05:47:03 +0000 (05:47 +0000)
committerRob Herring <robh@kernel.org>
Mon, 6 Feb 2023 17:03:00 +0000 (11:03 -0600)
commit20f6d4f2a474fc2dc502358dcee3c9b18304ec1e
tree74c345a22d734f1f82197f3d89e2361b7e08882c
parentdf4fdd0db4756f8d08285e4a93fa40056aefefbe
of: make of_node_ktype 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>
Link: https://lore.kernel.org/r/20230204-kobj_type-of-v1-1-5910c8ecb7a3@weissschuh.net
Signed-off-by: Rob Herring <robh@kernel.org>
drivers/of/kobj.c
include/linux/of.h