Whamcloud - gitweb
LU-6142 lustre: remove module_vars arg to class_register_type()
[fs/lustre-release.git] / lustre / obdclass / llog_test.c
index cf9403f..e9b7dcd 100644 (file)
@@ -2270,7 +2270,7 @@ static const struct obd_ops llog_obd_ops = {
 
 static int __init llog_test_init(void)
 {
-       return class_register_type(&llog_obd_ops, NULL, false, NULL,
+       return class_register_type(&llog_obd_ops, NULL, false,
                                   "llog_test", NULL);
 }