--- zzzz-none-000/linux-3.10.107/arch/powerpc/platforms/8xx/mpc86xads_setup.c 2017-06-27 09:49:32.000000000 +0000 +++ scorpion-7490-727/linux-3.10.107/arch/powerpc/platforms/8xx/mpc86xads_setup.c 2021-02-04 17:41:59.000000000 +0000 @@ -15,6 +15,8 @@ */ #include +#include +#include #include #include @@ -120,7 +122,7 @@ return of_flat_dt_is_compatible(root, "fsl,mpc866ads"); } -static struct of_device_id __initdata of_bus_ids[] = { +static const struct of_device_id of_bus_ids[] __initconst = { { .name = "soc", }, { .name = "cpm", }, { .name = "localbus", },