summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorSteven Toth <stoth@hauppauge.com>2008-05-03 13:51:11 -0300
committerMauro Carvalho Chehab <mchehab@infradead.org>2008-05-14 02:56:40 -0300
commit66321ba94f59ea7ba6f4451c51e171f5b30f1fd7 (patch)
treee123b36605c2d9cdff8be1ae605559edfcd10c94 /drivers
parentd211017b954436bfc516e93d839e8746ec2bbbfe (diff)
V4L/DVB(7873): mxl5005s: Fix header includes.
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 'drivers')
-rw-r--r--drivers/media/common/tuners/mxl5005s.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/media/common/tuners/mxl5005s.h b/drivers/media/common/tuners/mxl5005s.h
index 0027d1e03f99..396db150bf0c 100644
--- a/drivers/media/common/tuners/mxl5005s.h
+++ b/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 {