diff options
Diffstat (limited to 'arch/powerpc/platforms/embedded6xx/linkstation.c')
-rw-r--r-- | arch/powerpc/platforms/embedded6xx/linkstation.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/embedded6xx/linkstation.c b/arch/powerpc/platforms/embedded6xx/linkstation.c index 455e7c087422..168e1d80b2e5 100644 --- a/arch/powerpc/platforms/embedded6xx/linkstation.c +++ b/arch/powerpc/platforms/embedded6xx/linkstation.c | |||
@@ -21,7 +21,7 @@ | |||
21 | 21 | ||
22 | #include "mpc10x.h" | 22 | #include "mpc10x.h" |
23 | 23 | ||
24 | static __initdata struct of_device_id of_bus_ids[] = { | 24 | static const struct of_device_id of_bus_ids[] __initconst = { |
25 | { .type = "soc", }, | 25 | { .type = "soc", }, |
26 | { .compatible = "simple-bus", }, | 26 | { .compatible = "simple-bus", }, |
27 | {}, | 27 | {}, |