From: Bill Pemberton Date: Mon, 19 Nov 2012 18:26:58 +0000 (-0500) Subject: staging: vt6656: remove use of __devexit X-Git-Tag: next-20121205~26^2~176 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=0d7fe14f69a7a7322a72b4d76f835fbe4000fe8c;p=karo-tx-linux.git staging: vt6656: remove use of __devexit CONFIG_HOTPLUG is going away as an option so __devexit is no longer needed. Signed-off-by: Bill Pemberton Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/vt6656/main_usb.c b/drivers/staging/vt6656/main_usb.c index b3e674638cbe..9a81839d69bb 100644 --- a/drivers/staging/vt6656/main_usb.c +++ b/drivers/staging/vt6656/main_usb.c @@ -1202,7 +1202,7 @@ device_release_WPADEV(pDevice); return 0; } -static void __devexit vt6656_disconnect(struct usb_interface *intf) +static void vt6656_disconnect(struct usb_interface *intf) { PSDevice device = usb_get_intfdata(intf);