From ceb08698f2ab235d37571dd8489ae8313efcbfb7 Mon Sep 17 00:00:00 2001 From: kevlo Date: Wed, 10 Oct 2012 08:36:38 +0000 Subject: Revert previous commit... Pointyhat to: kevlo (myself) --- sys/dev/tdfx/tdfx_linux.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/dev/tdfx') diff --git a/sys/dev/tdfx/tdfx_linux.c b/sys/dev/tdfx/tdfx_linux.c index e3d2197..0b769f0 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, - NULL + 0 }; /* As in SYSCALL_MODULE */ -- cgit v1.1