bluetooth: kill unused 'module' argument of bt_procfs_init()
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / net / bluetooth / sco.c
index fad0302bdb325e5df700edf4fe323c6226216599..7e8dbaf8bc1064638c000a93de618b8a831fe6df 100644 (file)
@@ -1083,7 +1083,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);