On Sat, 04 Feb 2023 05:47:03 +0000, 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@xxxxxxxxxxxxxx> > --- > drivers/of/kobj.c | 2 +- > include/linux/of.h | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > Applied, thanks!