--- zzzz-none-000/linux-3.10.107/arch/powerpc/platforms/8xx/ep88xc.c 2017-06-27 09:49:32.000000000 +0000 +++ scorpion-7490-727/linux-3.10.107/arch/powerpc/platforms/8xx/ep88xc.c 2021-02-04 17:41:59.000000000 +0000 @@ -10,6 +10,8 @@ */ #include +#include +#include #include #include @@ -145,7 +147,7 @@ return of_flat_dt_is_compatible(root, "fsl,ep88xc"); } -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", },