diff options
author | Rikard Falkeborn <rikard.falkeborn@gmail.com> | 2021-06-05 23:38:06 +0300 |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2021-06-16 18:47:54 +0300 |
commit | 62ef96919720b30d5e84a193e64490da1d30d776 (patch) | |
tree | 35dcfd984abcaebc8464aae5fcfa3fee1a8959ab /drivers/platform/x86/uv_sysfs.c | |
parent | d24023e375704860c6c8b91c3af3034669aa1bc5 (diff) | |
download | linux-62ef96919720b30d5e84a193e64490da1d30d776.tar.xz |
platform/x86: tc1100-wmi: Constify static attribute_group struct
The only use of tc1100_attribute_group is to pass its address to
sysfs_create_group() and sysfs_remove_group(), both which takes pointer
to const attribute_group structs. Make it const to allow the compiler to
put it in read-only memory.
Signed-off-by: Rikard Falkeborn <rikard.falkeborn@gmail.com>
Link: https://lore.kernel.org/r/20210605203807.60547-4-rikard.falkeborn@gmail.com
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Diffstat (limited to 'drivers/platform/x86/uv_sysfs.c')
0 files changed, 0 insertions, 0 deletions