|
@@ -709,8 +709,11 @@ EXPORT_SYMBOL_GPL(bt_debugfs);
|
|
|
|
|
|
static int __init bt_init(void)
|
|
static int __init bt_init(void)
|
|
{
|
|
{
|
|
|
|
+ struct sk_buff *skb;
|
|
int err;
|
|
int err;
|
|
|
|
|
|
|
|
+ BUILD_BUG_ON(sizeof(struct bt_skb_cb) > sizeof(skb->cb));
|
|
|
|
+
|
|
BT_INFO("Core ver %s", VERSION);
|
|
BT_INFO("Core ver %s", VERSION);
|
|
|
|
|
|
bt_debugfs = debugfs_create_dir("bluetooth", NULL);
|
|
bt_debugfs = debugfs_create_dir("bluetooth", NULL);
|