]> 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)
commitc5bc0620f0a983d5a2a5d06cdf24c02952a78197
treea5ec4e542ecdc0896ab7e9cc3991ef6c9ab95c62
parente55810bfb116187ec5c5d8e0d5841b7df882aa74
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