dma-buf: make kobj_type structure constant
authorThomas Weißschuh <linux@weissschuh.net>
Fri, 17 Feb 2023 03:13:22 +0000 (03:13 +0000)
committerChristian König <christian.koenig@amd.com>
Fri, 17 Feb 2023 09:59:14 +0000 (10:59 +0100)
commitc2f2c721d28e8c56f56b074e2b9dfd5a24669597
treefcfb9f265ceb3e91cc24e873201d1086b8b98038
parent158350aae16a4e666e261da0bb4d91c0601a3edd
dma-buf: 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>
Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Christian König <christian.koenig@amd.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20230217-kobj_type-dma-buf-v1-1-b84a3616522c@weissschuh.net
drivers/dma-buf/dma-buf-sysfs-stats.c