diff --git a/sys/dev/md/md.c b/sys/dev/md/md.c index 034fa07afd3e..94fa730a9124 100644 --- a/sys/dev/md/md.c +++ b/sys/dev/md/md.c @@ -336,9 +336,7 @@ s_write(struct indir *ip, off_t offset, uintptr_t ptr) struct g_class g_md_class = { - "MD", - NULL, - NULL, + .name = "MD", G_CLASS_INITIALIZER };