aboutsummaryrefslogtreecommitdiffstats
path: root/include/net
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2005-10-28 19:20:36 +0200
committerMarcel Holtmann <marcel@holtmann.org>2005-10-28 19:20:36 +0200
commit408c1ce2716c7a004851c93f9f9dcf3d763bc240 (patch)
tree11e086c44c2f313e27cec46c7ad799b7614b01c9 /include/net
parentLinux v2.6.14 (diff)
downloadlinux-dev-408c1ce2716c7a004851c93f9f9dcf3d763bc240.tar.xz
linux-dev-408c1ce2716c7a004851c93f9f9dcf3d763bc240.zip
[Bluetooth] Move CRC table into RFCOMM core
This patch moves rfcomm_crc_table[] into the RFCOMM core, because there is no need to keep it in a separate file. Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'include/net')
-rw-r--r--include/net/bluetooth/rfcomm.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/net/bluetooth/rfcomm.h b/include/net/bluetooth/rfcomm.h
index fbe557f7ea1d..e656be7c001a 100644
--- a/include/net/bluetooth/rfcomm.h
+++ b/include/net/bluetooth/rfcomm.h
@@ -275,9 +275,6 @@ static inline void rfcomm_session_hold(struct rfcomm_session *s)
atomic_inc(&s->refcnt);
}
-/* ---- RFCOMM chechsum ---- */
-extern u8 rfcomm_crc_table[];
-
/* ---- RFCOMM sockets ---- */
struct sockaddr_rc {
sa_family_t rc_family;