diff options
author | Steven Toth <stoth@hauppauge.com> | 2008-05-03 12:51:11 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-05-14 01:56:40 -0400 |
commit | 66321ba94f59ea7ba6f4451c51e171f5b30f1fd7 (patch) | |
tree | e123b36605c2d9cdff8be1ae605559edfcd10c94 /drivers | |
parent | d211017b954436bfc516e93d839e8746ec2bbbfe (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.h | 3 |
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 @@ | |||
23 | #ifndef __MXL5005S_H | 23 | #ifndef __MXL5005S_H |
24 | #define __MXL5005S_H | 24 | #define __MXL5005S_H |
25 | 25 | ||
26 | #include <linux/dvb/frontend.h> | 26 | #include <linux/i2c.h> |
27 | #include "dvb_frontend.h" | ||
27 | 28 | ||
28 | struct mxl5005s_config { | 29 | struct mxl5005s_config { |
29 | 30 | ||