summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 034fa07..94fa730 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
};
OpenPOWER on IntegriCloud