diff options
| author | Kevin Lo <kevlo@FreeBSD.org> | 2012-10-09 08:27:40 +0000 |
|---|---|---|
| committer | Kevin Lo <kevlo@FreeBSD.org> | 2012-10-09 08:27:40 +0000 |
| commit | a10cee30c94cf5944826d2a495e9cdf339dfbcc8 (patch) | |
| tree | e7c16f01159a965270042d2eee89fe0f8bea4679 /sys/dev/nvd | |
| parent | 10d66948a86af28bd85ffc630b1db99a2a3d25de (diff) | |
Notes
Diffstat (limited to 'sys/dev/nvd')
| -rw-r--r-- | sys/dev/nvd/nvd.c | 2 |
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); |
