Whamcloud - gitweb
LU-5275 obdclass: Remove lprocfs_vars argument from class_register_type function
[fs/lustre-release.git] / lustre / obdclass / llog_test.c
index 7be3554..403e571 100644 (file)
@@ -1237,9 +1237,6 @@ static struct obd_ops llog_obd_ops = {
 static int __init llog_test_init(void)
 {
        return class_register_type(&llog_obd_ops, NULL, true, NULL,
-#ifndef HAVE_ONLY_PROCFS_SEQ
-                                  NULL,
-#endif
                                   "llog_test", NULL);
 }