platform/x86: tc1100-wmi: Constify static attribute_group struct
authorRikard Falkeborn <rikard.falkeborn@gmail.com>
Sat, 5 Jun 2021 20:38:06 +0000 (22:38 +0200)
committerHans de Goede <hdegoede@redhat.com>
Wed, 16 Jun 2021 15:47:54 +0000 (17:47 +0200)
commit62ef96919720b30d5e84a193e64490da1d30d776
tree35dcfd984abcaebc8464aae5fcfa3fee1a8959ab
parentd24023e375704860c6c8b91c3af3034669aa1bc5
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>
drivers/platform/x86/tc1100-wmi.c