]> git.karo-electronics.de Git - karo-tx-linux.git/commit
Bluetooth: Replace *_init() for *_setup()
authorGustavo Padovan <gustavo.padovan@collabora.co.uk>
Wed, 24 Oct 2012 13:18:41 +0000 (11:18 -0200)
committerGustavo Padovan <gustavo.padovan@collabora.co.uk>
Wed, 24 Oct 2012 13:18:41 +0000 (11:18 -0200)
commit4611dfa85ece8a26ff46b099a6d91df733066c73
treea5ec4e542ecdc0896ab7e9cc3991ef6c9ab95c62
parent8fa19098ebc700f14b0f8d0fb957e7748e14c44b
Bluetooth: Replace *_init() for *_setup()

le_init() and bredr_init() are now called le_setup() and bredr_setup() to
avoid duplicates names over the tree even if they are all static.

Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk>
net/bluetooth/hci_event.c