aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/md
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/md')
-rw-r--r--sys/dev/md/md.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/md/md.c b/sys/dev/md/md.c
index 034fa07afd3ef..94fa730a9124d 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
};