Searched hist:c83d9ab42f1ef70d81bb3c637a12c098a9a05057 (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/base/ |
H A D | swnode.c | diff c83d9ab42f1ef70d81bb3c637a12c098a9a05057 Sat Feb 04 23:36:58 CET 2023 Thomas Weißschuh <linux@weissschuh.net> driver core: make kobj_type structures 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 definitions to prevent modification at runtime.
Signed-off-by: Thomas Weißschuh <linux@weissschuh.net> Link: https://lore.kernel.org/r/20230204-kobj_type-driver-core-v1-1-b9f809419f2c@weissschuh.net Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|
H A D | core.c | diff c83d9ab42f1ef70d81bb3c637a12c098a9a05057 Sat Feb 04 23:36:58 CET 2023 Thomas Weißschuh <linux@weissschuh.net> driver core: make kobj_type structures 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 definitions to prevent modification at runtime.
Signed-off-by: Thomas Weißschuh <linux@weissschuh.net> Link: https://lore.kernel.org/r/20230204-kobj_type-driver-core-v1-1-b9f809419f2c@weissschuh.net Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|