aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth/af_bluetooth.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/bluetooth/af_bluetooth.c')
-rw-r--r--net/bluetooth/af_bluetooth.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/net/bluetooth/af_bluetooth.c b/net/bluetooth/af_bluetooth.c
index 4dca0299ed96..339c74ad4553 100644
--- a/net/bluetooth/af_bluetooth.c
+++ b/net/bluetooth/af_bluetooth.c
@@ -709,8 +709,11 @@ EXPORT_SYMBOL_GPL(bt_debugfs);
709 709
710static int __init bt_init(void) 710static int __init bt_init(void)
711{ 711{
712 struct sk_buff *skb;
712 int err; 713 int err;
713 714
715 BUILD_BUG_ON(sizeof(struct bt_skb_cb) > sizeof(skb->cb));
716
714 BT_INFO("Core ver %s", VERSION); 717 BT_INFO("Core ver %s", VERSION);
715 718
716 bt_debugfs = debugfs_create_dir("bluetooth", NULL); 719 bt_debugfs = debugfs_create_dir("bluetooth", NULL);