diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-07-21 04:19:08 +0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-01-05 04:16:24 +0400 |
commit | a0813ea3409dadc294fedb033ec2c4be9ecba0d2 (patch) | |
tree | 0185614a84aad457be66b8e9f59249205a48ff52 /drivers/media/common/tuners/mt2063.h | |
parent | cfde89258a4bf2d9767113d97eed72317b610511 (diff) | |
download | linux-a0813ea3409dadc294fedb033ec2c4be9ecba0d2.tar.xz |
[media] mt2063: Remove most of the #if's
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/common/tuners/mt2063.h')
-rw-r--r-- | drivers/media/common/tuners/mt2063.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/media/common/tuners/mt2063.h b/drivers/media/common/tuners/mt2063.h index 7fb5b743d4d2..e2faff01bd42 100644 --- a/drivers/media/common/tuners/mt2063.h +++ b/drivers/media/common/tuners/mt2063.h @@ -81,7 +81,6 @@ /* * Data Types */ -#define MT2060_CNT 10 #define MAX_UDATA (4294967295) /* max value storable in u32 */ @@ -96,11 +95,8 @@ * #define MT2121_CNT (3) */ -#define MT2063_CNT (1) -#if !defined( MT2063_TUNER_CNT ) #define MT2063_TUNER_CNT (1) /* total num of MicroTuner tuners */ -#endif #define MT2063_I2C (0xC0) u32 MT2063_WriteSub(void *hUserData, @@ -113,11 +109,7 @@ u32 MT2063_ReadSub(void *hUserData, void MT2063_Sleep(void *hUserData, u32 nMinDelayTime); -#if defined(MT2060_CNT) -#if MT2060_CNT > 0 u32 MT2060_TunerGain(void *hUserData, s32 * pMeas); -#endif -#endif /* * Constant defining the version of the following structure |