Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 154411
b: refs/heads/master
c: a44a23e
h: refs/heads/master
i:
  154409: ba0a574
  154407: 7a58dcf
v: v3
  • Loading branch information
Kumar Gala committed Jun 23, 2009
1 parent c5c3b31 commit 37f57a5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 5e10cf587a7b1aa34099cbfc244e6f04e96dc835
refs/heads/master: a44a23ed4d144e4fb83d256b32021b732bda4787
6 changes: 3 additions & 3 deletions trunk/arch/powerpc/platforms/85xx/socrates.c
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,11 @@ static struct of_device_id __initdata socrates_of_bus_ids[] = {
{},
};

static void __init socrates_init(void)
static int __init socrates_publish_devices(void)
{
of_platform_bus_probe(NULL, socrates_of_bus_ids, NULL);
return of_platform_bus_probe(NULL, socrates_of_bus_ids, NULL);
}
machine_device_initcall(socrates, socrates_publish_devices);

/*
* Called very early, device-tree isn't unflattened
Expand All @@ -124,7 +125,6 @@ define_machine(socrates) {
.name = "Socrates",
.probe = socrates_probe,
.setup_arch = socrates_setup_arch,
.init = socrates_init,
.init_IRQ = socrates_pic_init,
.get_irq = mpic_get_irq,
.restart = fsl_rstcr_restart,
Expand Down

0 comments on commit 37f57a5

Please sign in to comment.