aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/nvd
diff options
context:
space:
mode:
authorKevin Lo <kevlo@FreeBSD.org>2012-10-10 08:36:38 +0000
committerKevin Lo <kevlo@FreeBSD.org>2012-10-10 08:36:38 +0000
commit9823d52705ad71f19ef2205aa729547ac396e3eb (patch)
treef558c08714a1def984e388cf1f14e3786bf01dbf /sys/dev/nvd
parent87b8c3906166a5b64c6dc4dc7a5db7eb32406d9d (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 11239ef19a1a0..2017d79ad65dd 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,
- NULL
+ 0
};
DECLARE_MODULE(nvd, nvd_mod, SI_SUB_DRIVERS, SI_ORDER_ANY);