summaryrefslogtreecommitdiffstats
path: root/sys/geom/geom_pc98.c
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2003-05-31 16:59:27 +0000
committerphk <phk@FreeBSD.org>2003-05-31 16:59:27 +0000
commite2298826ec1c412444f7feac518da51c4b7de988 (patch)
treeb1566f106eb6a8e53ceaab855d02b9d6807c3add /sys/geom/geom_pc98.c
parentdc5b07a729fa86298afcafa5a2ff51ef51bcedd7 (diff)
downloadFreeBSD-src-e2298826ec1c412444f7feac518da51c4b7de988.zip
FreeBSD-src-e2298826ec1c412444f7feac518da51c4b7de988.tar.gz
Remove the G_CLASS_INITIALIZER, we do not need it anymore.
Diffstat (limited to 'sys/geom/geom_pc98.c')
-rw-r--r--sys/geom/geom_pc98.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/geom/geom_pc98.c b/sys/geom/geom_pc98.c
index c80bd8a..e28a276 100644
--- a/sys/geom/geom_pc98.c
+++ b/sys/geom/geom_pc98.c
@@ -317,7 +317,6 @@ g_pc98_taste(struct g_class *mp, struct g_provider *pp, int flags)
static struct g_class g_pc98_class = {
.name = PC98_CLASS_NAME,
.taste = g_pc98_taste,
- G_CLASS_INITIALIZER
};
DECLARE_GEOM_CLASS(g_pc98_class, g_pc98);
OpenPOWER on IntegriCloud