[PATCH 1/1] Staging: USB/IP: Add __devinit annotations to probe function.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



USB/IP: Add __devinit annotations to probe function.


Signed-off-by: Allen Pais <allen.lkml@xxxxxxxxx>
---
 drivers/staging/usbip/vhci_hcd.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/staging/usbip/vhci_hcd.c b/drivers/staging/usbip/vhci_hcd.c
index f708cba..f9f7133 100644
--- a/drivers/staging/usbip/vhci_hcd.c
+++ b/drivers/staging/usbip/vhci_hcd.c
@@ -1037,7 +1037,7 @@ static struct hc_driver vhci_hc_driver = {
 	.bus_resume	= vhci_bus_resume,
 };

-static int vhci_hcd_probe(struct platform_device *pdev)
+static __devinit int vhci_hcd_probe(struct platform_device *pdev)
 {
 	struct usb_hcd		*hcd;
 	int			ret;
-- 
1.7.1
_______________________________________________
devel mailing list
devel@xxxxxxxxxxxxxxxxxxxxxx
http://driverdev.linuxdriverproject.org/mailman/listinfo/devel


[Index of Archives]     [Linux Driver Backports]     [DMA Engine]     [Linux GPIO]     [Linux SPI]     [Video for Linux]     [Linux USB Devel]     [Linux Coverity]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [Yosemite Backpacking]
  Powered by Linux