Whamcloud - gitweb
LU-5275 obdclass: Remove lprocfs_vars argument from class_register_type function
[fs/lustre-release.git] / lustre / mdt / mdt_mds.c
index 1c0677a..e763186 100644 (file)
@@ -548,9 +548,6 @@ int mds_mod_init(void)
        }
 
        return class_register_type(&mds_obd_device_ops, NULL, true, NULL,
-#ifndef HAVE_ONLY_PROCFS_SEQ
-                                  NULL,
-#endif
                                   LUSTRE_MDS_NAME, &mds_device_type);
 }