powerpc/ps3: make system bus's remove and shutdown callbacks return void
[linux-2.6-microblaze.git] / drivers / usb / host / ohci-ps3.c
index f77cd6a..4f5af92 100644 (file)
@@ -184,7 +184,7 @@ fail_start:
        return result;
 }
 
-static int ps3_ohci_remove(struct ps3_system_bus_device *dev)
+static void ps3_ohci_remove(struct ps3_system_bus_device *dev)
 {
        unsigned int tmp;
        struct usb_hcd *hcd = ps3_system_bus_get_drvdata(dev);
@@ -212,8 +212,6 @@ static int ps3_ohci_remove(struct ps3_system_bus_device *dev)
 
        ps3_dma_region_free(dev->d_region);
        ps3_close_hv_device(dev);
-
-       return 0;
 }
 
 static int __init ps3_ohci_driver_register(struct ps3_system_bus_driver *drv)