diff options
author | Manu Abraham <manu@linuxtv.org> | 2006-05-22 09:32:08 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-06-25 01:00:10 -0400 |
commit | cbee936f472d2d7fb42bb595acf8c451cdb73759 (patch) | |
tree | f5c4e5b84783b4e784540f754be8aa76e64143f3 /drivers/media/dvb | |
parent | fc066478605330d929a90101be02efa2822f3cc0 (diff) |
V4L/DVB (3995): Add missing include
Signed-off-by: Manu Abraham <manu@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/dvb')
-rw-r--r-- | drivers/media/dvb/dvb-core/dvb_math.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/dvb/dvb-core/dvb_math.c b/drivers/media/dvb/dvb-core/dvb_math.c index db6d6b7f77a8..b201dbfc119e 100644 --- a/drivers/media/dvb/dvb-core/dvb_math.c +++ b/drivers/media/dvb/dvb-core/dvb_math.c | |||
@@ -21,6 +21,7 @@ | |||
21 | 21 | ||
22 | #include <linux/bitops.h> | 22 | #include <linux/bitops.h> |
23 | #include <linux/kernel.h> | 23 | #include <linux/kernel.h> |
24 | #include <linux/module.h> | ||
24 | #include <asm/bug.h> | 25 | #include <asm/bug.h> |
25 | #include "dvb_math.h" | 26 | #include "dvb_math.h" |
26 | 27 | ||