summaryrefslogtreecommitdiffstats
path: root/sys/geom/geom_pc98.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/geom/geom_pc98.c')
-rw-r--r--sys/geom/geom_pc98.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/geom/geom_pc98.c b/sys/geom/geom_pc98.c
index 73910d0..443d923 100644
--- a/sys/geom/geom_pc98.c
+++ b/sys/geom/geom_pc98.c
@@ -342,9 +342,8 @@ g_pc98_taste(struct g_class *mp, struct g_provider *pp, int flags)
}
static struct g_class g_pc98_class = {
- PC98_CLASS_NAME,
- g_pc98_taste,
- NULL,
+ .name = PC98_CLASS_NAME,
+ .taste = g_pc98_taste,
G_CLASS_INITIALIZER
};
OpenPOWER on IntegriCloud