summaryrefslogtreecommitdiff
path: root/sys/dev/nvd
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/nvd
parent10d66948a86af28bd85ffc630b1db99a2a3d25de (diff)
Notes
Diffstat (limited to 'sys/dev/nvd')
-rw-r--r--sys/dev/nvd/nvd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/nvd/nvd.c b/sys/dev/nvd/nvd.c
index 2017d79ad65d..11239ef19a1a 100644
--- a/sys/dev/nvd/nvd.c
+++ b/sys/dev/nvd/nvd.c
@@ -93,7 +93,7 @@ static int nvd_modevent(module_t mod, int type, void *arg)
moduledata_t nvd_mod = {
"nvd",
(modeventhand_t)nvd_modevent,
- 0
+ NULL
};
DECLARE_MODULE(nvd, nvd_mod, SI_SUB_DRIVERS, SI_ORDER_ANY);