瀏覽代碼

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 <wfp5p@virginia.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Bill Pemberton 12 年之前
父節點
當前提交
0d7fe14f69
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      drivers/staging/vt6656/main_usb.c

+ 1 - 1
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);