Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 55013
b: refs/heads/master
c: 90f7afe
h: refs/heads/master
i:
  55011: f196e9e
v: v3
  • Loading branch information
Olof Johansson authored and Paul Mackerras committed May 2, 2007
1 parent 288c29a commit fa0119d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 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: 40cd3a4564ed6b7bc0279430120ca0e9b83cf486
refs/heads/master: 90f7afefaeda946977824617c225b53f0813e357
5 changes: 4 additions & 1 deletion trunk/arch/powerpc/platforms/pasemi/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,10 @@ static struct of_device_id pasemi_bus_ids[] = {

static int __init pasemi_publish_devices(void)
{
/* Publish OF platform devices for southbridge IOs */
if (!machine_is(pasemi))
return 0;

/* Publish OF platform devices for SDC and other non-PCI devices */
of_platform_bus_probe(NULL, pasemi_bus_ids, NULL);

return 0;
Expand Down

0 comments on commit fa0119d

Please sign in to comment.