diff options
Diffstat (limited to 'arch/powerpc/platforms/8xx/ep88xc.c')
-rw-r--r-- | arch/powerpc/platforms/8xx/ep88xc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/8xx/ep88xc.c b/arch/powerpc/platforms/8xx/ep88xc.c index e62166681d08..2bedeb7d5f8f 100644 --- a/arch/powerpc/platforms/8xx/ep88xc.c +++ b/arch/powerpc/platforms/8xx/ep88xc.c | |||
@@ -147,7 +147,7 @@ static int __init ep88xc_probe(void) | |||
147 | return of_flat_dt_is_compatible(root, "fsl,ep88xc"); | 147 | return of_flat_dt_is_compatible(root, "fsl,ep88xc"); |
148 | } | 148 | } |
149 | 149 | ||
150 | static struct of_device_id __initdata of_bus_ids[] = { | 150 | static const struct of_device_id of_bus_ids[] __initconst = { |
151 | { .name = "soc", }, | 151 | { .name = "soc", }, |
152 | { .name = "cpm", }, | 152 | { .name = "cpm", }, |
153 | { .name = "localbus", }, | 153 | { .name = "localbus", }, |