usb: remove use of __devexit
[linux-2.6-block.git] / drivers / usb / host / fsl-mph-dr-of.c
index 5faf796fc6ca5fa77be681e52e55213cb46eaae7..5105127c1d4b3e4c3ac06953c25ac959fdc24a6c 100644 (file)
@@ -224,13 +224,13 @@ static int fsl_usb2_mph_dr_of_probe(struct platform_device *ofdev)
        return 0;
 }
 
-static int __devexit __unregister_subdev(struct device *dev, void *d)
+static int __unregister_subdev(struct device *dev, void *d)
 {
        platform_device_unregister(to_platform_device(dev));
        return 0;
 }
 
-static int __devexit fsl_usb2_mph_dr_of_remove(struct platform_device *ofdev)
+static int fsl_usb2_mph_dr_of_remove(struct platform_device *ofdev)
 {
        device_for_each_child(&ofdev->dev, NULL, __unregister_subdev);
        return 0;