From: Randy Dunlap Date: Mon, 24 Aug 2009 23:32:50 +0000 (-0700) Subject: Bluetooth: Add missing selection of CONFIG_CRC16 for L2CAP layer X-Git-Tag: v2.6.32-rc1~703^2~221^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cbe86b98a6aceefe943ada1471eb52fd9ac4c504;p=pandora-kernel.git Bluetooth: Add missing selection of CONFIG_CRC16 for L2CAP layer 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 Signed-off-by: Andrew Morton Signed-off-by: Marcel Holtmann --- Reading git-diff-tree failed