Bluetooth: Make mgmt_auth_enable_complete() return void
authorMarcel Holtmann <marcel@holtmann.org>
Tue, 15 Oct 2013 21:26:24 +0000 (14:26 -0700)
committerGustavo Padovan <gustavo.padovan@collabora.co.uk>
Tue, 15 Oct 2013 23:54:10 +0000 (20:54 -0300)
commit464996aea48aa1ec3d7d60098dbb0f7623da6c92
treef004585fab7f23e7474e3d57f4a420e7fb10007b
parente546099c3194ef6ecf46a8a50414005c29a46bc4
Bluetooth: Make mgmt_auth_enable_complete() return void

The return value of mgmt_auth_enable_complete() function is not
used and so just change it to return void.

Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk>
include/net/bluetooth/hci_core.h
net/bluetooth/mgmt.c