aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/ohci-ppc-of.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/usb/host/ohci-ppc-of.c')
-rw-r--r--drivers/usb/host/ohci-ppc-of.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/usb/host/ohci-ppc-of.c b/drivers/usb/host/ohci-ppc-of.c
index e27d5ae2b9eb..64c2ed9ff95e 100644
--- a/drivers/usb/host/ohci-ppc-of.c
+++ b/drivers/usb/host/ohci-ppc-of.c
@@ -19,7 +19,7 @@
19#include <asm/prom.h> 19#include <asm/prom.h>
20 20
21 21
22static int __devinit 22static int
23ohci_ppc_of_start(struct usb_hcd *hcd) 23ohci_ppc_of_start(struct usb_hcd *hcd)
24{ 24{
25 struct ohci_hcd *ohci = hcd_to_ohci(hcd); 25 struct ohci_hcd *ohci = hcd_to_ohci(hcd);
@@ -81,7 +81,7 @@ static const struct hc_driver ohci_ppc_of_hc_driver = {
81}; 81};
82 82
83 83
84static int __devinit ohci_hcd_ppc_of_probe(struct platform_device *op) 84static int ohci_hcd_ppc_of_probe(struct platform_device *op)
85{ 85{
86 struct device_node *dn = op->dev.of_node; 86 struct device_node *dn = op->dev.of_node;
87 struct usb_hcd *hcd; 87 struct usb_hcd *hcd;