]> git.baikalelectronics.ru Git - kernel.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)
commit963a831acb171657b267ae87b3d873ee13e27de2
treea5ec4e542ecdc0896ab7e9cc3991ef6c9ab95c62
parent7745eae2889ac8974c906a11826f52fcc573c0b6
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