Whamcloud - gitweb
LU-5275 obdclass: Remove lprocfs_vars argument from class_register_type function
[fs/lustre-release.git] / lustre / mgc / libmgc.c
index ec915c7..ccf175f 100644 (file)
@@ -159,8 +159,5 @@ 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);
 }