diff options
author | Gustavo F. Padovan <padovan@profusion.mobi> | 2011-02-03 21:58:10 +0100 |
---|---|---|
committer | Gustavo F. Padovan <padovan@profusion.mobi> | 2011-02-08 04:43:15 +0100 |
commit | 0a708f8fc46fde3be2116b8d79f7469a24097c90 (patch) | |
tree | b02b17e7da6873cdd738c5f5bc59aed45c66b4cb /net | |
parent | Bluetooth: ath3k: Avoid duplication of code (diff) | |
download | linux-0a708f8fc46fde3be2116b8d79f7469a24097c90.tar.xz linux-0a708f8fc46fde3be2116b8d79f7469a24097c90.zip |
Bluetooth: Rename l2cap.c to l2cap_core.c
In a preparation to the the L2CAP code split in many files.
Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
Diffstat (limited to 'net')
-rw-r--r-- | net/bluetooth/Makefile | 1 | ||||
-rw-r--r-- | net/bluetooth/l2cap_core.c (renamed from net/bluetooth/l2cap.c) | 0 |
2 files changed, 1 insertions, 0 deletions
diff --git a/net/bluetooth/Makefile b/net/bluetooth/Makefile index 250f954f0213..bf2945e1d9ef 100644 --- a/net/bluetooth/Makefile +++ b/net/bluetooth/Makefile @@ -11,3 +11,4 @@ obj-$(CONFIG_BT_CMTP) += cmtp/ obj-$(CONFIG_BT_HIDP) += hidp/ bluetooth-y := af_bluetooth.o hci_core.o hci_conn.o hci_event.o mgmt.o hci_sock.o hci_sysfs.o lib.o +l2cap-y := l2cap_core.o diff --git a/net/bluetooth/l2cap.c b/net/bluetooth/l2cap_core.c index 28d2954f94a4..28d2954f94a4 100644 --- a/net/bluetooth/l2cap.c +++ b/net/bluetooth/l2cap_core.c |