diff options
Diffstat (limited to 'sys/dev/tdfx/tdfx_linux.c')
-rw-r--r-- | sys/dev/tdfx/tdfx_linux.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/tdfx/tdfx_linux.c b/sys/dev/tdfx/tdfx_linux.c index 0b769f01a241..e3d21976909b 100644 --- a/sys/dev/tdfx/tdfx_linux.c +++ b/sys/dev/tdfx/tdfx_linux.c @@ -78,7 +78,7 @@ tdfx_linux_modevent(struct module *mod __unused, int what, void *arg __unused) static moduledata_t tdfx_linux_mod = { "tdfx_linux", tdfx_linux_modevent, - 0 + NULL }; /* As in SYSCALL_MODULE */ |