[PATCH V6 18/25] MIPS: BMIPS: Remove bogus bus name

From: Kevin Cernekee
Date: Thu Dec 25 2014 - 13:02:24 EST


There is no "bcm3384" bus so let's just remove it to avoid confusion.

Signed-off-by: Kevin Cernekee <cernekee@xxxxxxxxx>
---
arch/mips/bmips/setup.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/mips/bmips/setup.c b/arch/mips/bmips/setup.c
index 5099109..ac402ed 100644
--- a/arch/mips/bmips/setup.c
+++ b/arch/mips/bmips/setup.c
@@ -83,7 +83,7 @@ void __init device_tree_init(void)

int __init plat_of_setup(void)
{
- return __dt_register_buses("brcm,bcm3384", "simple-bus");
+ return __dt_register_buses("simple-bus", NULL);
}

arch_initcall(plat_of_setup);
--
2.1.1

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/