commit | 6889e00f0e138beeb775e38decf59959b079ae6f | [log] [tgz] |
---|---|---|
author | Rikard Falkeborn <rikard.falkeborn@gmail.com> | Sat Jan 09 00:09:19 2021 +0100 |
committer | Mika Westerberg <mika.westerberg@linux.intel.com> | Mon Jan 11 17:13:48 2021 +0300 |
tree | 0ba8e91f38f0bb2bd9f7f67c6a4d649ebbb0f705 | |
parent | 82096ecf589d8224447213c4592e54598fea0b9d [diff] |
thunderbolt: Constify static attribute_group structs The only usage of these is to put their addresses in arrays of pointers to const attribute_groups. Make them const to allow the compiler to put them in read-only memory. Signed-off-by: Rikard Falkeborn <rikard.falkeborn@gmail.com> Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com>