Whamcloud - gitweb
LU-5275 obdclass: Remove lprocfs_vars argument from class_register_type function
[fs/lustre-release.git] / lustre / mgc / mgc_request.c
index be9ffd8..774030c 100644 (file)
@@ -2026,9 +2026,6 @@ struct obd_ops mgc_obd_ops = {
 int __init mgc_init(void)
 {
        return class_register_type(&mgc_obd_ops, NULL, true, NULL,
-#ifndef HAVE_ONLY_PROCFS_SEQ
-                                  NULL,
-#endif
                                   LUSTRE_MGC_NAME, NULL);
 }