Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 81313
b: refs/heads/master
c: 6869e4a
h: refs/heads/master
i:
  81311: c99cde5
v: v3
  • Loading branch information
Grant Likely authored and Kumar Gala committed Jan 24, 2008
1 parent e40f400 commit 1f69449
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 10 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1dd4561e7d9b907afd10709f9ff092861e8ab095
refs/heads/master: 6869e4ad4bd17e7699e58bed6464738e8677c392
5 changes: 2 additions & 3 deletions trunk/arch/powerpc/platforms/8xx/ep88xc.c
Original file line number Diff line number Diff line change
Expand Up @@ -155,12 +155,11 @@ static struct of_device_id __initdata of_bus_ids[] = {
static int __init declare_of_platform_devices(void)
{
/* Publish the QE devices */
if (machine_is(ep88xc))
of_platform_bus_probe(NULL, of_bus_ids, NULL);
of_platform_bus_probe(NULL, of_bus_ids, NULL);

return 0;
}
device_initcall(declare_of_platform_devices);
machine_device_initcall(ep88xc, declare_of_platform_devices);

define_machine(ep88xc) {
.name = "Embedded Planet EP88xC",
Expand Down
5 changes: 2 additions & 3 deletions trunk/arch/powerpc/platforms/8xx/mpc86xads_setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -128,12 +128,11 @@ static struct of_device_id __initdata of_bus_ids[] = {

static int __init declare_of_platform_devices(void)
{
if (machine_is(mpc86x_ads))
of_platform_bus_probe(NULL, of_bus_ids, NULL);
of_platform_bus_probe(NULL, of_bus_ids, NULL);

return 0;
}
device_initcall(declare_of_platform_devices);
machine_device_initcall(mpc86x_ads, declare_of_platform_devices);

define_machine(mpc86x_ads) {
.name = "MPC86x ADS",
Expand Down
5 changes: 2 additions & 3 deletions trunk/arch/powerpc/platforms/8xx/mpc885ads_setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -264,12 +264,11 @@ static struct of_device_id __initdata of_bus_ids[] = {
static int __init declare_of_platform_devices(void)
{
/* Publish the QE devices */
if (machine_is(mpc885_ads))
of_platform_bus_probe(NULL, of_bus_ids, NULL);
of_platform_bus_probe(NULL, of_bus_ids, NULL);

return 0;
}
device_initcall(declare_of_platform_devices);
machine_device_initcall(mpc885_ads, declare_of_platform_devices);

define_machine(mpc885_ads) {
.name = "Freescale MPC885 ADS",
Expand Down

0 comments on commit 1f69449

Please sign in to comment.