diff options
author | Paul Mackerras <paulus@samba.org> | 2006-12-20 16:22:53 +1100 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2006-12-20 16:22:53 +1100 |
commit | 3cd7613e25ffc0a76080045e179f984a32208829 (patch) | |
tree | d98e840c47e0b3fb132012d418bd758abe2e899e /arch/powerpc/kernel | |
parent | 825020c3866e7312947e17a0caa9dd1a5622bafc (diff) | |
parent | 4bc196266e61be1ea9391a6a52c0399c5b394e5b (diff) |
Merge branch 'cell-merge' of master.kernel.org:/pub/scm/linux/kernel/git/arnd/cell-2.6
Diffstat (limited to 'arch/powerpc/kernel')
-rw-r--r-- | arch/powerpc/kernel/of_platform.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/kernel/of_platform.c b/arch/powerpc/kernel/of_platform.c index 3002ea3a61a..b7345176b39 100644 --- a/arch/powerpc/kernel/of_platform.c +++ b/arch/powerpc/kernel/of_platform.c @@ -50,6 +50,7 @@ static struct of_device_id of_default_bus_ids[] = { { .type = "plb5", }, { .type = "plb4", }, { .type = "opb", }, + { .type = "ebc", }, {}, }; |