diff options
Diffstat (limited to 'net/bluetooth/6lowpan.c')
| -rw-r--r-- | net/bluetooth/6lowpan.c | 8 | 
1 files changed, 0 insertions, 8 deletions
diff --git a/net/bluetooth/6lowpan.c b/net/bluetooth/6lowpan.c index bb55d92691b0..4febc82a7c76 100644 --- a/net/bluetooth/6lowpan.c +++ b/net/bluetooth/6lowpan.c @@ -571,15 +571,7 @@ static netdev_tx_t bt_xmit(struct sk_buff *skb, struct net_device *netdev)  	return err < 0 ? NET_XMIT_DROP : err;  } -static int bt_dev_init(struct net_device *dev) -{ -	netdev_lockdep_set_classes(dev); - -	return 0; -} -  static const struct net_device_ops netdev_ops = { -	.ndo_init		= bt_dev_init,  	.ndo_start_xmit		= bt_xmit,  };  |