“410e4d573d9b7fbd134f9a47815b6ad517492a08”上不存在“README.md”
提交 2579452a 编写于 作者: B Bill Pemberton 提交者: Greg Kroah-Hartman

staging: rtl8192u: remove use of __devinit

CONFIG_HOTPLUG is going away as an option so __devinit is no longer
needed.
Signed-off-by: NBill Pemberton <wfp5p@virginia.edu>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 c08561c5
...@@ -144,7 +144,7 @@ MODULE_PARM_DESC(ifname," Net interface name, wlan%d=default"); ...@@ -144,7 +144,7 @@ MODULE_PARM_DESC(ifname," Net interface name, wlan%d=default");
MODULE_PARM_DESC(hwwep," Try to use hardware security support. "); MODULE_PARM_DESC(hwwep," Try to use hardware security support. ");
MODULE_PARM_DESC(channels," Channel bitmask for specific locales. NYI"); MODULE_PARM_DESC(channels," Channel bitmask for specific locales. NYI");
static int __devinit rtl8192_usb_probe(struct usb_interface *intf, static int rtl8192_usb_probe(struct usb_interface *intf,
const struct usb_device_id *id); const struct usb_device_id *id);
static void __devexit rtl8192_usb_disconnect(struct usb_interface *intf); static void __devexit rtl8192_usb_disconnect(struct usb_interface *intf);
...@@ -5739,7 +5739,7 @@ static const struct net_device_ops rtl8192_netdev_ops = { ...@@ -5739,7 +5739,7 @@ static const struct net_device_ops rtl8192_netdev_ops = {
---------------------------- USB_STUFF--------------------------- ---------------------------- USB_STUFF---------------------------
*****************************************************************************/ *****************************************************************************/
static int __devinit rtl8192_usb_probe(struct usb_interface *intf, static int rtl8192_usb_probe(struct usb_interface *intf,
const struct usb_device_id *id) const struct usb_device_id *id)
{ {
// unsigned long ioaddr = 0; // unsigned long ioaddr = 0;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册
新手
引导
客服 返回
顶部