bluetooth: kill unused 'module' argument of bt_procfs_init()
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / net / bluetooth / bnep / sock.c
index e7154a58465f6b9136f527ab868024464d961564..d4686fb7e95747bcc219331b1323022e28328c3d 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);