Searched hist:c510f6accbba66af900d710a05b635581f4129f4 (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/hwmon/ |
H A D | dell-smm-hwmon.c | diff c510f6accbba66af900d710a05b635581f4129f4 Sat Aug 14 16:36:34 CEST 2021 Armin Wolf <W_Armin@gmx.de> hwmon: (dell-smm) Mark tables as __initconst
Both the config and the DMI tables never change and are only used during module init for setting up the device data struct. Mark all of them as const and __initconst for a smaller runtime memory footprint.
Signed-off-by: Armin Wolf <W_Armin@gmx.de> Reviewed-by: Pali Rohár <pali@kernel.org> Link: https://lore.kernel.org/r/20210814143637.11922-2-W_Armin@gmx.de Signed-off-by: Guenter Roeck <linux@roeck-us.net>
|