]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - net/bluetooth/sco.c
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
[karo-tx-linux.git] / net / bluetooth / sco.c
index 373d81e6e8f0af0a6cc33bbdf0d7c6e905726db5..e7bd4eea575cff782401430147c9cdcc1a1ad6b0 100644 (file)
@@ -1119,7 +1119,7 @@ int __init sco_init(void)
                goto error;
        }
 
-       err = bt_procfs_init(THIS_MODULE, &init_net, "sco", &sco_sk_list, NULL);
+       err = bt_procfs_init(&init_net, "sco", &sco_sk_list, NULL);
        if (err < 0) {
                BT_ERR("Failed to create SCO proc file");
                bt_sock_unregister(BTPROTO_SCO);