fpga: dfl: fme: Constify static attribute_group structs
authorRikard Falkeborn <rikard.falkeborn@gmail.com>
Fri, 8 Jan 2021 23:54:14 +0000 (00:54 +0100)
committerMoritz Fischer <mdf@kernel.org>
Sun, 10 Jan 2021 18:57:14 +0000 (10:57 -0800)
commite41d4c011706c97f2faea6ef2e46e51f52d8f715
tree14ddad17f1480abe45dfafe36db37e491d378dd8
parentf5187329d07247393413b7a4bc32e16b35849e0f
fpga: dfl: fme: 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>
Reviewed-by: Tom Rix <trix@redhat.com>
Signed-off-by: Moritz Fischer <mdf@kernel.org>
drivers/fpga/dfl-fme-perf.c