summaryrefslogtreecommitdiff
path: root/linux/drivers/media
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@infradead.org>2008-05-03 09:51:11 -0400
committerMauro Carvalho Chehab <mchehab@infradead.org>2008-05-03 09:51:11 -0400
commitb8d73d6737650979dbfc9ed8c6ebee9952db932d (patch)
tree7afcb7fb90af80ce12debb16ae08099acb0a0438 /linux/drivers/media
parent92db331b87dc3cfc653c8f4fafbd8a2382b1c75e (diff)
downloadmediapointer-dvb-s2-b8d73d6737650979dbfc9ed8c6ebee9952db932d.tar.gz
mediapointer-dvb-s2-b8d73d6737650979dbfc9ed8c6ebee9952db932d.tar.bz2
mxl5005s: Fix header includes.
From: Steven Toth <stoth@hauppauge.com> Ensure we have the correct .h dependencies included. Signed-off-by: Steven Toth <stoth@hauppauge.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'linux/drivers/media')
-rw-r--r--linux/drivers/media/common/tuners/mxl5005s.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/linux/drivers/media/common/tuners/mxl5005s.h b/linux/drivers/media/common/tuners/mxl5005s.h
index 0027d1e03..396db150b 100644
--- a/linux/drivers/media/common/tuners/mxl5005s.h
+++ b/linux/drivers/media/common/tuners/mxl5005s.h
@@ -23,7 +23,8 @@
#ifndef __MXL5005S_H
#define __MXL5005S_H
-#include <linux/dvb/frontend.h>
+#include <linux/i2c.h>
+#include "dvb_frontend.h"
struct mxl5005s_config {