]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - net/bluetooth/bnep/sock.c
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
[karo-tx-linux.git] / net / bluetooth / bnep / sock.c
index 5b1c04e2882188c73031415144a8130995b27a3d..5f051290dabab83ec76422dbb7cd44732b22eb6e 100644 (file)
@@ -234,7 +234,7 @@ int __init bnep_sock_init(void)
                goto error;
        }
 
-       err = bt_procfs_init(THIS_MODULE, &init_net, "bnep", &bnep_sk_list, NULL);
+       err = bt_procfs_init(&init_net, "bnep", &bnep_sk_list, NULL);
        if (err < 0) {
                BT_ERR("Failed to create BNEP proc file");
                bt_sock_unregister(BTPROTO_BNEP);