]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
V4L/DVB (3995): Add missing include
authorManu Abraham <manu@linuxtv.org>
Mon, 22 May 2006 13:32:08 +0000 (10:32 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Sun, 25 Jun 2006 05:00:10 +0000 (02:00 -0300)
Signed-off-by: Manu Abraham <manu@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
drivers/media/dvb/dvb-core/dvb_math.c

index db6d6b7f77a8862c2eeae3e56fbbf4aec4292ca2..b201dbfc119ed5a01367b4dfa1e268dcfb548890 100644 (file)
@@ -21,6 +21,7 @@
 
 #include <linux/bitops.h>
 #include <linux/kernel.h>
+#include <linux/module.h>
 #include <asm/bug.h>
 #include "dvb_math.h"