diff options
Diffstat (limited to 'arch/powerpc/kernel/ibmebus.c')
-rw-r--r-- | arch/powerpc/kernel/ibmebus.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/kernel/ibmebus.c b/arch/powerpc/kernel/ibmebus.c index 1114d13ac19f..ac86c53e2542 100644 --- a/arch/powerpc/kernel/ibmebus.c +++ b/arch/powerpc/kernel/ibmebus.c | |||
@@ -55,7 +55,7 @@ static struct device ibmebus_bus_device = { /* fake "parent" device */ | |||
55 | struct bus_type ibmebus_bus_type; | 55 | struct bus_type ibmebus_bus_type; |
56 | 56 | ||
57 | /* These devices will automatically be added to the bus during init */ | 57 | /* These devices will automatically be added to the bus during init */ |
58 | static struct of_device_id __initdata ibmebus_matches[] = { | 58 | static const struct of_device_id ibmebus_matches[] __initconst = { |
59 | { .compatible = "IBM,lhca" }, | 59 | { .compatible = "IBM,lhca" }, |
60 | { .compatible = "IBM,lhea" }, | 60 | { .compatible = "IBM,lhea" }, |
61 | {}, | 61 | {}, |