Bluetooth: Turn hci_recv_frame into an exported function
authorMarcel Holtmann <marcel@holtmann.org>
Tue, 17 Nov 2009 23:40:39 +0000 (00:40 +0100)
committerMarcel Holtmann <marcel@holtmann.org>
Thu, 3 Dec 2009 18:34:20 +0000 (19:34 +0100)
commit76bca88012e1d27de794f32cc551d6314d38b6d9
treeb2c78fd6f9946ea67abd5b4d0fe5a66061990fa8
parent7e21addcd0ad87696c17409399e56e874931da57
Bluetooth: Turn hci_recv_frame into an exported function

For future simplification it is important that the hci_recv_frame
function is no longer an inline function. So move it into the module
itself and export it.

Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
include/net/bluetooth/hci_core.h
net/bluetooth/hci_core.c