Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 101777
b: refs/heads/master
c: 1b17adf
h: refs/heads/master
i:
  101775: efbbbe7
v: v3
  • Loading branch information
Paul Gortmaker authored and Benjamin Herrenschmidt committed Jul 9, 2008
1 parent 83e28b0 commit 96fcf2b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 05781ccd74c63c6c8567f99101587d5c07c163e0
refs/heads/master: 1b17adf19b4d66858f366acd82b4e81cba5edc93
4 changes: 2 additions & 2 deletions trunk/arch/powerpc/kernel/ibmebus.c
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,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 __initdata builtin_matches[] = {
static struct of_device_id __initdata ibmebus_matches[] = {
{ .compatible = "IBM,lhca" },
{ .compatible = "IBM,lhea" },
{},
Expand Down Expand Up @@ -354,7 +354,7 @@ static int __init ibmebus_bus_init(void)
return err;
}

err = ibmebus_create_devices(builtin_matches);
err = ibmebus_create_devices(ibmebus_matches);
if (err) {
device_unregister(&ibmebus_bus_device);
bus_unregister(&ibmebus_bus_type);
Expand Down

0 comments on commit 96fcf2b

Please sign in to comment.