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