summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/geom/part/g_part.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/geom/part/g_part.h b/sys/geom/part/g_part.h
index 1ca18d3..4ec54f5 100644
--- a/sys/geom/part/g_part.h
+++ b/sys/geom/part/g_part.h
@@ -164,6 +164,6 @@ int g_part_modevent(module_t, int, struct g_part_scheme *);
name##_modevent, \
&name##_scheme \
}; \
- DECLARE_MODULE(name, name##_mod, SI_SUB_DRIVERS, SI_ORDER_FIRST)
+ DECLARE_MODULE(name, name##_mod, SI_SUB_DRIVERS, SI_ORDER_ANY)
#endif /* !_GEOM_PART_H_ */
OpenPOWER on IntegriCloud