aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/streams/streams.c
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/streams/streams.c
parent10d66948a86af28bd85ffc630b1db99a2a3d25de (diff)
Notes
Diffstat (limited to 'sys/dev/streams/streams.c')
-rw-r--r--sys/dev/streams/streams.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/streams/streams.c b/sys/dev/streams/streams.c
index ad2817f5ca66..73be7ff5ec68 100644
--- a/sys/dev/streams/streams.c
+++ b/sys/dev/streams/streams.c
@@ -171,7 +171,7 @@ streams_modevent(module_t mod, int type, void *unused)
static moduledata_t streams_mod = {
"streams",
streams_modevent,
- 0
+ NULL
};
DECLARE_MODULE(streams, streams_mod, SI_SUB_DRIVERS, SI_ORDER_ANY);
MODULE_VERSION(streams, 1);