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 72fd87156b24..caae49ff0668 100644 --- a/arch/powerpc/kernel/ibmebus.c +++ b/arch/powerpc/kernel/ibmebus.c | |||
@@ -52,7 +52,7 @@ static struct device ibmebus_bus_device = { /* fake "parent" device */ | |||
52 | struct bus_type ibmebus_bus_type; | 52 | struct bus_type ibmebus_bus_type; |
53 | 53 | ||
54 | /* These devices will automatically be added to the bus during init */ | 54 | /* These devices will automatically be added to the bus during init */ |
55 | static struct of_device_id builtin_matches[] = { | 55 | static struct of_device_id __initdata builtin_matches[] = { |
56 | { .compatible = "IBM,lhca" }, | 56 | { .compatible = "IBM,lhca" }, |
57 | { .compatible = "IBM,lhea" }, | 57 | { .compatible = "IBM,lhea" }, |
58 | {}, | 58 | {}, |