From: Marcel Holtmann Date: Sun, 5 Apr 2015 03:25:50 +0000 (-0700) Subject: Bluetooth: hci_uart: Remove unused h4->rx_skb field X-Git-Tag: omap-for-v4.1/fixes-rc1~141^2~34^2~32 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=72b9439be96ffc816a131cd92fd33ef6541871d7;p=pandora-kernel.git Bluetooth: hci_uart: Remove unused h4->rx_skb field The h4->rx_skb is not used anymore and with that just remove it. Seems this was a leftover and even the kfree_skb call freeing it is rather pointless since it got never allocated. Signed-off-by: Marcel Holtmann Signed-off-by: Johan Hedberg --- Reading git-diff-tree failed