aboutsummaryrefslogtreecommitdiff
path: root/sys/geom/geom_dev.c
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2003-03-24 19:30:15 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2003-03-24 19:30:15 +0000
commitc138fec0b51e0f3b6c17e95244878dceb82ff085 (patch)
tree1c157d2d81cc94cc489d32ee19a60992a97c11c6 /sys/geom/geom_dev.c
parentb7b5ae3edbad0eca5ed8a9a08326ad0867b4d94d (diff)
Notes
Diffstat (limited to 'sys/geom/geom_dev.c')
-rw-r--r--sys/geom/geom_dev.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/geom/geom_dev.c b/sys/geom/geom_dev.c
index 8bf5f3915cb8a..3b217e66276f3 100644
--- a/sys/geom/geom_dev.c
+++ b/sys/geom/geom_dev.c
@@ -72,9 +72,8 @@ static g_taste_t g_dev_taste;
static g_orphan_t g_dev_orphan;
static struct g_class g_dev_class = {
- "DEV",
- g_dev_taste,
- NULL,
+ .name = "DEV",
+ .taste = g_dev_taste,
G_CLASS_INITIALIZER
};