The platform code already sets the bus type, so don't do it. Signed-off-by: Maxime Bizon <mbizon@xxxxxxxxxx> --- drivers/usb/host/ohci-bcm63xx.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/drivers/usb/host/ohci-bcm63xx.c b/drivers/usb/host/ohci-bcm63xx.c index f0e4639..d48c8ac 100644 --- a/drivers/usb/host/ohci-bcm63xx.c +++ b/drivers/usb/host/ohci-bcm63xx.c @@ -154,7 +154,6 @@ static struct platform_driver ohci_hcd_bcm63xx_driver = { .driver = { .name = "bcm63xx_ohci", .owner = THIS_MODULE, - .bus = &platform_bus_type }, }; -- 1.6.0.4