diff options
Diffstat (limited to 'arch/powerpc/platforms/82xx/ep8248e.c')
-rw-r--r-- | arch/powerpc/platforms/82xx/ep8248e.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/82xx/ep8248e.c b/arch/powerpc/platforms/82xx/ep8248e.c index 79799b29ffe2..3d0c3a01143d 100644 --- a/arch/powerpc/platforms/82xx/ep8248e.c +++ b/arch/powerpc/platforms/82xx/ep8248e.c | |||
@@ -298,7 +298,7 @@ static void __init ep8248e_setup_arch(void) | |||
298 | ppc_md.progress("ep8248e_setup_arch(), finish", 0); | 298 | ppc_md.progress("ep8248e_setup_arch(), finish", 0); |
299 | } | 299 | } |
300 | 300 | ||
301 | static __initdata struct of_device_id of_bus_ids[] = { | 301 | static const struct of_device_id of_bus_ids[] __initconst = { |
302 | { .compatible = "simple-bus", }, | 302 | { .compatible = "simple-bus", }, |
303 | { .compatible = "fsl,ep8248e-bcsr", }, | 303 | { .compatible = "fsl,ep8248e-bcsr", }, |
304 | {}, | 304 | {}, |