staging: vt6656: remove use of __devinit
CONFIG_HOTPLUG is going away as an option so __devinit is no longer needed. Signed-off-by: Bill Pemberton <wfp5p@virginia.edu> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
a1179b20ed
commit
59cb218e7d
1 changed files with 1 additions and 1 deletions
|
@ -711,7 +711,7 @@ static const struct net_device_ops device_netdev_ops = {
|
|||
.ndo_set_rx_mode = device_set_multi,
|
||||
};
|
||||
|
||||
static int __devinit
|
||||
static int
|
||||
vt6656_probe(struct usb_interface *intf, const struct usb_device_id *id)
|
||||
{
|
||||
u8 fake_mac[ETH_ALEN] = {0x00, 0x00, 0x00, 0x00, 0x00, 0x01};
|
||||
|
|
Loading…
Reference in a new issue