From: Marcel Holtmann Date: Sun, 5 Apr 2015 04:59:27 +0000 (-0700) Subject: Bluetooth: Remove hci_recv_stream_fragment function X-Git-Tag: omap-for-v4.1/fixes-rc1~141^2~34^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2d7cc19eebc182dbdda228aa26eb5bfff97ac072;p=pandora-kernel.git Bluetooth: Remove hci_recv_stream_fragment function The hci_recv_stream_fragment function should have never been introduced in the first place. The Bluetooth core does not need to know anything about the HCI transport protocol. With all transport protocol specific detailed moved back into the drivers where they belong (mainly generic USB and UART drivers), this function can now be removed. This reduces the size of hci_dev structure and also removes an exported symbol from the Bluetooth core module. Signed-off-by: Marcel Holtmann Signed-off-by: Johan Hedberg --- Reading git-diff-tree failed