Bluetooth: Convert uses of __constant_<foo> to <foo>
authorJoe Perches <joe@perches.com>
Wed, 12 Mar 2014 17:52:35 +0000 (10:52 -0700)
committerMarcel Holtmann <marcel@holtmann.org>
Wed, 12 Mar 2014 18:10:17 +0000 (11:10 -0700)
commitdcf4adbfdc7ad14ca50c1133f93f998c78493c2d
treef1ab021f3730ba5607a26a9a711f10855a3c9c8e
parent4340a124dea6a6a66c7889261574a48e57e8782a
Bluetooth: Convert uses of __constant_<foo> to <foo>

The use of __constant_<foo> has been unnecessary for quite awhile now.

Make these uses consistent with the rest of the kernel.

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
net/bluetooth/a2mp.c
net/bluetooth/hci_conn.c
net/bluetooth/hci_core.c
net/bluetooth/hci_event.c
net/bluetooth/hci_sock.c
net/bluetooth/l2cap_core.c
net/bluetooth/l2cap_sock.c
net/bluetooth/mgmt.c
net/bluetooth/rfcomm/core.c
net/bluetooth/sco.c
net/bluetooth/smp.c
This page took 0.025196 seconds and 5 git commands to generate.