Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=4bc196266e61be1ea9391a6a52c0399c5b394e5b Commit: 4bc196266e61be1ea9391a6a52c0399c5b394e5b Parent: ccb4911598172a131b6a2d99d7eecfcee1ecc8f7 Author: Arnd Bergmann <[EMAIL PROTECTED]> AuthorDate: Tue Dec 19 15:32:46 2006 +0100 Committer: Arnd Bergmann <[EMAIL PROTECTED]> CommitDate: Tue Dec 19 15:35:40 2006 +0100
[POWERPC] powerpc: add scanning of ebc bus to of_platform This patch add scanning of ebc bus to of_platform, which is needed to recognize devices located on that bus. Signed-off-by: Christian Krafft <[EMAIL PROTECTED]> Signed-off-by: Arnd Bergmann <[EMAIL PROTECTED]> --- 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 3002ea3..b734517 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", }, {}, }; - To unsubscribe from this list: send the line "unsubscribe git-commits-head" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html