aboutsummaryrefslogtreecommitdiff
path: root/sys/net/if_fwsubr.c
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/net/if_fwsubr.c
parent87b8c3906166a5b64c6dc4dc7a5db7eb32406d9d (diff)
Notes
Diffstat (limited to 'sys/net/if_fwsubr.c')
-rw-r--r--sys/net/if_fwsubr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/net/if_fwsubr.c b/sys/net/if_fwsubr.c
index 9e996ccc4e2cb..5414d792de043 100644
--- a/sys/net/if_fwsubr.c
+++ b/sys/net/if_fwsubr.c
@@ -845,7 +845,7 @@ firewire_modevent(module_t mod, int type, void *data)
static moduledata_t firewire_mod = {
"if_firewire",
firewire_modevent,
- NULL
+ 0
};
DECLARE_MODULE(if_firewire, firewire_mod, SI_SUB_INIT_IF, SI_ORDER_ANY);