Searched hist:"438688 d5ae9ecb734395da09eb0aab440ff30cc3" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/platform/x86/dell/dell-wmi-sysman/ |
H A D | sysman.c | diff 438688d5ae9ecb734395da09eb0aab440ff30cc3 Tue Feb 07 10:40:44 CST 2023 Thomas Weißschuh <linux@weissschuh.net> platform/x86: dell-wmi-sysman: 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> Link: https://lore.kernel.org/r/20230207-kobj_type-pdx86-v1-1-8e2c4fb83105@weissschuh.net Reviewed-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Hans de Goede <hdegoede@redhat.com>
|