aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/ehci-ppc-of.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/usb/host/ehci-ppc-of.c')
-rw-r--r--drivers/usb/host/ehci-ppc-of.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/usb/host/ehci-ppc-of.c b/drivers/usb/host/ehci-ppc-of.c
index fa937d05a02b..45aceefd0c2b 100644
--- a/drivers/usb/host/ehci-ppc-of.c
+++ b/drivers/usb/host/ehci-ppc-of.c
@@ -71,7 +71,7 @@ static const struct hc_driver ehci_ppc_of_hc_driver = {
71 * Fix: Enable Break Memory Transfer (BMT) in INSNREG3 71 * Fix: Enable Break Memory Transfer (BMT) in INSNREG3
72 */ 72 */
73#define PPC440EPX_EHCI0_INSREG_BMT (0x1 << 0) 73#define PPC440EPX_EHCI0_INSREG_BMT (0x1 << 0)
74static int __devinit 74static int
75ppc44x_enable_bmt(struct device_node *dn) 75ppc44x_enable_bmt(struct device_node *dn)
76{ 76{
77 __iomem u32 *insreg_virt; 77 __iomem u32 *insreg_virt;
@@ -87,7 +87,7 @@ ppc44x_enable_bmt(struct device_node *dn)
87} 87}
88 88
89 89
90static int __devinit ehci_hcd_ppc_of_probe(struct platform_device *op) 90static int ehci_hcd_ppc_of_probe(struct platform_device *op)
91{ 91{
92 struct device_node *dn = op->dev.of_node; 92 struct device_node *dn = op->dev.of_node;
93 struct usb_hcd *hcd; 93 struct usb_hcd *hcd;