diff options
Diffstat (limited to 'arch/powerpc/platforms/embedded6xx/mvme5100.c')
-rw-r--r-- | arch/powerpc/platforms/embedded6xx/mvme5100.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/embedded6xx/mvme5100.c b/arch/powerpc/platforms/embedded6xx/mvme5100.c index 25e3bfb64efb..1613303177e6 100644 --- a/arch/powerpc/platforms/embedded6xx/mvme5100.c +++ b/arch/powerpc/platforms/embedded6xx/mvme5100.c | |||
@@ -149,7 +149,7 @@ static int __init mvme5100_add_bridge(struct device_node *dev) | |||
149 | return 0; | 149 | return 0; |
150 | } | 150 | } |
151 | 151 | ||
152 | static struct of_device_id mvme5100_of_bus_ids[] __initdata = { | 152 | static const struct of_device_id mvme5100_of_bus_ids[] __initconst = { |
153 | { .compatible = "hawk-bridge", }, | 153 | { .compatible = "hawk-bridge", }, |
154 | {}, | 154 | {}, |
155 | }; | 155 | }; |