Skip to content

Commit

Permalink
Merge branch 'devicetree/merge' of git://git.secretlab.ca/git/linux-2.6
Browse files Browse the repository at this point in the history
* 'devicetree/merge' of git://git.secretlab.ca/git/linux-2.6:
  powerpc/83xx: fix build failures on dt compatible list.
  • Loading branch information
Linus Torvalds committed Jan 21, 2011
2 parents d41ad6d + 5d1034f commit c745552
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions arch/powerpc/platforms/83xx/mpc830x_rdb.c
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,12 @@ static void __init mpc830x_rdb_init_IRQ(void)
ipic_set_default_priority();
}

struct const char *board[] __initdata = {
static const char *board[] __initdata = {
"MPC8308RDB",
"fsl,mpc8308rdb",
"denx,mpc8308_p1m",
NULL
}
};

/*
* Called very early, MMU is off, device-tree isn't unflattened
Expand Down
4 changes: 2 additions & 2 deletions arch/powerpc/platforms/83xx/mpc831x_rdb.c
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,11 @@ static void __init mpc831x_rdb_init_IRQ(void)
ipic_set_default_priority();
}

struct const char *board[] __initdata = {
static const char *board[] __initdata = {
"MPC8313ERDB",
"fsl,mpc8315erdb",
NULL
}
};

/*
* Called very early, MMU is off, device-tree isn't unflattened
Expand Down

0 comments on commit c745552

Please sign in to comment.