diff options
author | Steven Toth <stoth@hauppauge.com> | 2008-05-03 13:51:11 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-05-14 02:56:40 -0300 |
commit | 66321ba94f59ea7ba6f4451c51e171f5b30f1fd7 (patch) | |
tree | e123b36605c2d9cdff8be1ae605559edfcd10c94 | |
parent | d211017b954436bfc516e93d839e8746ec2bbbfe (diff) | |
download | linux-3.10-66321ba94f59ea7ba6f4451c51e171f5b30f1fd7.tar.gz linux-3.10-66321ba94f59ea7ba6f4451c51e171f5b30f1fd7.tar.bz2 linux-3.10-66321ba94f59ea7ba6f4451c51e171f5b30f1fd7.zip |
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>
-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 0027d1e03f9..396db150bf0 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 { |