Bluetooth: Remove empty HCI event handlers
authorJohan Hedberg <johan.hedberg@intel.com>
Tue, 5 Mar 2013 18:37:51 +0000 (20:37 +0200)
committerGustavo Padovan <gustavo.padovan@collabora.co.uk>
Fri, 8 Mar 2013 13:40:27 +0000 (10:40 -0300)
commitd865b0070485dfbb0611c5dc07fff21c440858a5
treed7785efba6f6375a935d11029a8c33d0a88bfc0d
parentcecbb967b2f5c52e090978ff6afe7deddbfbeda5
Bluetooth: Remove empty HCI event handlers

With the removal of hci_req_complete() several HCI event handlers have
essentially become empty and can be removed. The only potential benefit
of these could have been logging, but the hci_event, hci_cmd_complete
and hci_cmd_status already provide a log for events which they do not
have an explicit handler for.

Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
Acked-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk>
net/bluetooth/hci_event.c