aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/8xx/tqm8xx_setup.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/platforms/8xx/tqm8xx_setup.c')
-rw-r--r--arch/powerpc/platforms/8xx/tqm8xx_setup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/8xx/tqm8xx_setup.c b/arch/powerpc/platforms/8xx/tqm8xx_setup.c
index dda607807def..bee47a2b23e6 100644
--- a/arch/powerpc/platforms/8xx/tqm8xx_setup.c
+++ b/arch/powerpc/platforms/8xx/tqm8xx_setup.c
@@ -124,7 +124,7 @@ static int __init tqm8xx_probe(void)
124 return of_flat_dt_is_compatible(node, "tqc,tqm8xx"); 124 return of_flat_dt_is_compatible(node, "tqc,tqm8xx");
125} 125}
126 126
127static struct of_device_id __initdata of_bus_ids[] = { 127static const struct of_device_id of_bus_ids[] __initconst = {
128 { .name = "soc", }, 128 { .name = "soc", },
129 { .name = "cpm", }, 129 { .name = "cpm", },
130 { .name = "localbus", }, 130 { .name = "localbus", },