diff options
author | kevlo <kevlo@FreeBSD.org> | 2012-10-10 08:36:38 +0000 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2012-10-10 08:36:38 +0000 |
commit | ceb08698f2ab235d37571dd8489ae8313efcbfb7 (patch) | |
tree | f558c08714a1def984e388cf1f14e3786bf01dbf /sys/dev/nvd/nvd.c | |
parent | c88713bcea5c98dce43bbbaee2f92b006fa2b6fe (diff) | |
download | FreeBSD-src-ceb08698f2ab235d37571dd8489ae8313efcbfb7.zip FreeBSD-src-ceb08698f2ab235d37571dd8489ae8313efcbfb7.tar.gz |
Revert previous commit...
Pointyhat to: kevlo (myself)
Diffstat (limited to 'sys/dev/nvd/nvd.c')
-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 11239ef..2017d79 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); |