Browse Source

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>
Gustavo F. Padovan 14 years ago
parent
commit
0a708f8fc4
2 changed files with 1 additions and 0 deletions
  1. 1 0
      net/bluetooth/Makefile
  2. 0 0
      net/bluetooth/l2cap_core.c

+ 1 - 0
net/bluetooth/Makefile

@@ -11,3 +11,4 @@ obj-$(CONFIG_BT_CMTP)	+= cmtp/
 obj-$(CONFIG_BT_HIDP)	+= hidp/
 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
 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

+ 0 - 0
net/bluetooth/l2cap.c → net/bluetooth/l2cap_core.c