treewide: Fix const compile errors
authorHauke Mehrtens <[email protected]>
Wed, 3 Dec 2025 21:46:44 +0000 (22:46 +0100)
committerHauke Mehrtens <[email protected]>
Wed, 3 Dec 2025 22:28:43 +0000 (23:28 +0100)
commitcd9229d06126e40226c01a7f354072bdf777f697
treec87fb5433aaa2343c7d331ae33e377ef8c7d8cf8
parent6f2325b23d2cfa28099c26c299ae774625f1872b
treewide: Fix const compile errors

Fixes compile errors caused by static const arrays;

The lantiq firmware is const now.

ATTRIBUTE_GROUPS() does not take const.

Fixes: 5b263f3360b ("treewide: add const to static arrays")
Signed-off-by: Hauke Mehrtens <[email protected]>
package/kernel/lantiq/ltq-atm/src/ifxmips_atm_amazon_se.c
package/kernel/lantiq/ltq-atm/src/ifxmips_atm_ar9.c
package/kernel/lantiq/ltq-atm/src/ifxmips_atm_danube.c
package/kernel/lantiq/ltq-atm/src/ifxmips_atm_vr9.c
package/kernel/lantiq/ltq-ptm/src/ifxmips_ptm_amazon_se.c
package/kernel/lantiq/ltq-ptm/src/ifxmips_ptm_ar9.c
package/kernel/lantiq/ltq-ptm/src/ifxmips_ptm_danube.c
package/kernel/lantiq/ltq-ptm/src/ifxmips_ptm_vr9.c
target/linux/mvebu/patches-6.12/902-drivers-mfd-Add-a-driver-for-IEI-WT61P803-PUZZLE-MCU.patch