aboutsummaryrefslogtreecommitdiff
path: root/sys/geom/geom_mbr.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/geom/geom_mbr.c')
-rw-r--r--sys/geom/geom_mbr.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/geom/geom_mbr.c b/sys/geom/geom_mbr.c
index 8659665ac387..b60bc22edbe8 100644
--- a/sys/geom/geom_mbr.c
+++ b/sys/geom/geom_mbr.c
@@ -331,9 +331,8 @@ g_mbr_taste(struct g_class *mp, struct g_provider *pp, int insist)
}
static struct g_class g_mbr_class = {
- MBR_CLASS_NAME,
- g_mbr_taste,
- NULL,
+ .name = MBR_CLASS_NAME,
+ .taste = g_mbr_taste,
G_CLASS_INITIALIZER
};