aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/utopia/utopia.c
diff options
context:
space:
mode:
authorKevin Lo <kevlo@FreeBSD.org>2012-10-09 08:27:40 +0000
committerKevin Lo <kevlo@FreeBSD.org>2012-10-09 08:27:40 +0000
commita10cee30c94cf5944826d2a495e9cdf339dfbcc8 (patch)
treee7c16f01159a965270042d2eee89fe0f8bea4679 /sys/dev/utopia/utopia.c
parent10d66948a86af28bd85ffc630b1db99a2a3d25de (diff)
Notes
Diffstat (limited to 'sys/dev/utopia/utopia.c')
-rw-r--r--sys/dev/utopia/utopia.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/utopia/utopia.c b/sys/dev/utopia/utopia.c
index a4e7331fffc0..b9c68f3400ba 100644
--- a/sys/dev/utopia/utopia.c
+++ b/sys/dev/utopia/utopia.c
@@ -668,7 +668,7 @@ utopia_mod_init(module_t mod, int what, void *arg)
static moduledata_t utopia_mod = {
"utopia",
utopia_mod_init,
- 0
+ NULL
};
DECLARE_MODULE(utopia, utopia_mod, SI_SUB_INIT_IF, SI_ORDER_ANY);