| To: | linux-mips@linux-mips.org, Ralf Baechle <ralf@linux-mips.org> |
|---|---|
| Subject: | [PATCH 06/10] bcm63xx: don't set bus type in ohci-bcm63xx.c |
| From: | Maxime Bizon <mbizon@freebox.fr> |
| Date: | Mon, 1 Jun 2009 19:21:54 +0200 |
| Cc: | Florian Fainelli <florian@openwrt.org>, Maxime Bizon <mbizon@freebox.fr> |
| In-reply-to: | <1243876918-9905-1-git-send-email-mbizon@freebox.fr> |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| References: | <1243876918-9905-1-git-send-email-mbizon@freebox.fr> |
| Sender: | linux-mips-bounce@linux-mips.org |
The platform code already sets the bus type, so don't do it.
Signed-off-by: Maxime Bizon <mbizon@freebox.fr>
---
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
|
| Previous by Date: | [PATCH 07/10] bcm63xx: clarify meaning of the magical value in ohci-bcm63xx.c, Maxime Bizon |
|---|---|
| Next by Date: | [PATCH 08/10] bcm63xx: use platform_get_irq in ehci-bcm63xx.c, Maxime Bizon |
| Previous by Thread: | [PATCH 07/10 (v2)] bcm63xx: clarify meaning of the magical value in ohci-bcm63xx.c, Maxime Bizon |
| Next by Thread: | Re: [PATCH 06/10] bcm63xx: don't set bus type in ohci-bcm63xx.c, Florian Fainelli |
| Indexes: | [Date] [Thread] [Top] [All Lists] |