Quellcode durchsuchen

V4L/DVB (3995): Add missing include

Signed-off-by: Manu Abraham <manu@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Manu Abraham vor 19 Jahren
Ursprung
Commit
cbee936f47
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  1. 1 0
      drivers/media/dvb/dvb-core/dvb_math.c

+ 1 - 0
drivers/media/dvb/dvb-core/dvb_math.c

@@ -21,6 +21,7 @@
 
 #include <linux/bitops.h>
 #include <linux/kernel.h>
+#include <linux/module.h>
 #include <asm/bug.h>
 #include "dvb_math.h"