From: Johan Hedberg Date: Fri, 20 Feb 2015 11:26:24 +0000 (+0200) Subject: Bluetooth: Remove unnecessary queue_monitor_skb() function X-Git-Tag: omap-for-v4.2/o2_dc~131^2~375^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=03f310efd4b19ddc2cca15ae67f48295554adbfe;p=pandora-kernel.git Bluetooth: Remove unnecessary queue_monitor_skb() function Now that there's the general purpose hci_send_to_channel() API it will do the exact same thing as queue_monitor_skb() when passed the monitor HCI channel. This patch removes queue_monitor_skb() and replaces any users of it with calls to hci_send_to_channel(). Signed-off-by: Johan Hedberg Signed-off-by: Marcel Holtmann --- Reading git-diff-tree failed