]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - drivers/usb/host/isp116x-hcd.c
USB: change __init to __devinit for isp116x_probe
[net-next-2.6.git] / drivers / usb / host / isp116x-hcd.c
index 2718b5dc4ec1d9825cd0fe6a38fea384c17b1b4e..46873f2534b5d152d3b277e424a5c046ae402b3f 100644 (file)
@@ -1577,7 +1577,7 @@ static int isp116x_remove(struct platform_device *pdev)
 
 #define resource_len(r) (((r)->end - (r)->start) + 1)
 
-static int __init isp116x_probe(struct platform_device *pdev)
+static int __devinit isp116x_probe(struct platform_device *pdev)
 {
        struct usb_hcd *hcd;
        struct isp116x *isp116x;