bluetooth: kill unused 'module' argument of bt_procfs_init()
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / net / bluetooth / hidp / sock.c
index 82a829d90b0f4a8f60013653bf0eed34237cb5b0..e7e04d4b9d99b8b6f4c23f89080e80693f806bbe 100644 (file)
@@ -284,7 +284,7 @@ int __init hidp_init_sockets(void)
                goto error;
        }
 
-       err = bt_procfs_init(THIS_MODULE, &init_net, "hidp", &hidp_sk_list, NULL);
+       err = bt_procfs_init(&init_net, "hidp", &hidp_sk_list, NULL);
        if (err < 0) {
                BT_ERR("Failed to create HIDP proc file");
                bt_sock_unregister(BTPROTO_HIDP);