aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/ibmebus.c
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2007-12-21 15:19:59 +1100
committerPaul Mackerras <paulus@samba.org>2007-12-21 22:14:07 +1100
commit92d1616ec0302266dd753a6c2fc5b2f6e7d36a72 (patch)
tree7707112eb004c9d9969cb3d60ff2a744e03b863d /arch/powerpc/kernel/ibmebus.c
parent1ce890e036338e866922820c075506f25f7abfec (diff)
downloadkernel_samsung_smdk4412-92d1616ec0302266dd753a6c2fc5b2f6e7d36a72.zip
kernel_samsung_smdk4412-92d1616ec0302266dd753a6c2fc5b2f6e7d36a72.tar.gz
kernel_samsung_smdk4412-92d1616ec0302266dd753a6c2fc5b2f6e7d36a72.tar.bz2
[POWERPC] The builtin matches for ibmebus.c can be __initdata
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/kernel/ibmebus.c')
-rw-r--r--arch/powerpc/kernel/ibmebus.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/kernel/ibmebus.c b/arch/powerpc/kernel/ibmebus.c
index 72fd871..caae49f 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 */
struct bus_type ibmebus_bus_type;
/* These devices will automatically be added to the bus during init */
-static struct of_device_id builtin_matches[] = {
+static struct of_device_id __initdata builtin_matches[] = {
{ .compatible = "IBM,lhca" },
{ .compatible = "IBM,lhea" },
{},