aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/ehci-ps3.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/usb/host/ehci-ps3.c')
-rw-r--r--drivers/usb/host/ehci-ps3.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/usb/host/ehci-ps3.c b/drivers/usb/host/ehci-ps3.c
index eecd2a0680a2..93f7035d00a1 100644
--- a/drivers/usb/host/ehci-ps3.c
+++ b/drivers/usb/host/ehci-ps3.c
@@ -77,7 +77,7 @@ static const struct hc_driver ps3_ehci_hc_driver = {
77 .port_handed_over = ehci_port_handed_over, 77 .port_handed_over = ehci_port_handed_over,
78}; 78};
79 79
80static int ps3_ehci_probe(struct ps3_system_bus_device *dev) 80static int __devinit ps3_ehci_probe(struct ps3_system_bus_device *dev)
81{ 81{
82 int result; 82 int result;
83 struct usb_hcd *hcd; 83 struct usb_hcd *hcd;
@@ -225,7 +225,7 @@ static int ps3_ehci_remove(struct ps3_system_bus_device *dev)
225 return 0; 225 return 0;
226} 226}
227 227
228static int ps3_ehci_driver_register(struct ps3_system_bus_driver *drv) 228static int __init ps3_ehci_driver_register(struct ps3_system_bus_driver *drv)
229{ 229{
230 return firmware_has_feature(FW_FEATURE_PS3_LV1) 230 return firmware_has_feature(FW_FEATURE_PS3_LV1)
231 ? ps3_system_bus_driver_register(drv) 231 ? ps3_system_bus_driver_register(drv)