diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-07-21 01:58:25 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-01-05 01:16:22 +0100 |
commit | b675668aaf33eeb0e8cbf4e9ce75f99cbf695977 (patch) | |
tree | 20e2819a6314a2b57ba1c1d05c83a828d29f474c /drivers/media/common/tuners/mt2063.c | |
parent | [media] mt2063: Move code from mt2063_cfg.h (diff) | |
download | linux-b675668aaf33eeb0e8cbf4e9ce75f99cbf695977.tar.xz linux-b675668aaf33eeb0e8cbf4e9ce75f99cbf695977.zip |
[media] mt2063: Fix the driver to make it compile
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/common/tuners/mt2063.c')
-rw-r--r-- | drivers/media/common/tuners/mt2063.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/common/tuners/mt2063.c b/drivers/media/common/tuners/mt2063.c index 1d36e51c4048..cd3b206adf1a 100644 --- a/drivers/media/common/tuners/mt2063.c +++ b/drivers/media/common/tuners/mt2063.c @@ -4,7 +4,6 @@ #include <linux/module.h> #include <linux/string.h> -#include "drxk_type.h" #include "mt2063.h" /* Version of this module */ |