[<prev] [next>] [day] [month] [year] [list]
Message-ID: <4A930921.5050700@oracle.com>
Date: Mon, 24 Aug 2009 14:41:53 -0700
From: Randy Dunlap <randy.dunlap@...cle.com>
To: linux-next@...r.kernel.org, netdev <netdev@...r.kernel.org>,
David Miller <davem@...emloft.net>,
Marcel Holtmann <marcel@...tmann.org>,
akpm <akpm@...ux-foundation.org>
Subject: [PATCH -next] bt: fix l2cap build error
From: Randy Dunlap <randy.dunlap@...cle.com>
Fix net/bluetooth/l2cap.c build errors:
l2cap.c:(.text+0x126035): undefined reference to `crc16'
l2cap.c:(.text+0x126323): undefined reference to `crc16'
l2cap.c:(.text+0x12668e): undefined reference to `crc16'
l2cap.c:(.text+0x12683b): undefined reference to `crc16'
l2cap.c:(.text+0x126956): undefined reference to `crc16'
net/built-in.o:l2cap.c:(.text+0x129041): more undefined references to `crc16' follow
Signed-off-by: Randy Dunlap <randy.dunlap@...cle.com>
---
net/bluetooth/Kconfig | 1 +
1 file changed, 1 insertion(+)
--- linux-next-20090824.orig/net/bluetooth/Kconfig
+++ linux-next-20090824/net/bluetooth/Kconfig
@@ -34,6 +34,7 @@ menuconfig BT
config BT_L2CAP
tristate "L2CAP protocol support"
depends on BT
+ select CRC16
help
L2CAP (Logical Link Control and Adaptation Protocol) provides
connection oriented and connection-less data transport. L2CAP
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists