From: Gustavo F. Padovan Date: Thu, 3 Feb 2011 20:58:10 +0000 (-0200) Subject: Bluetooth: Rename l2cap.c to l2cap_core.c X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=0a708f8fc46fde3be2116b8d79f7469a24097c90;p=linux-beck.git 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 --- 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 similarity index 100% rename from net/bluetooth/l2cap.c rename to net/bluetooth/l2cap_core.c