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/streams/streams.c | |
parent | 10d66948a86af28bd85ffc630b1db99a2a3d25de (diff) |
Notes
Diffstat (limited to 'sys/dev/streams/streams.c')
-rw-r--r-- | sys/dev/streams/streams.c | 2 |
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); |