ANDROID: add __dev_kfree_skb_irq to virtual_device abi list
Due to the change in commit f7dc2770 ("Bluetooth: btusb: don't call kfree_skb() under spin_lock_irqsave()"), __dev_kfree_skb_irq is now required by the btusb.ko module, so add it to the virtual abi list to properly export it. 1 function symbol(s) added 'void __dev_kfree_skb_irq(struct sk_buff *, enum skb_free_reason)' Fixes: f7dc2770 ("Bluetooth: btusb: don't call kfree_skb() under spin_lock_irqsave()") Change-Id: Id91e73b52990fa9c3907dcc491e16fadb954e830 Signed-off-by:Greg Kroah-Hartman <gregkh@google.com>
Loading