diff options
Diffstat (limited to 'drivers/media/dvb/frontends/tda10048.h')
-rw-r--r-- | drivers/media/dvb/frontends/tda10048.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/media/dvb/frontends/tda10048.h b/drivers/media/dvb/frontends/tda10048.h index ab9cf5bd421e..ee07b50e90d1 100644 --- a/drivers/media/dvb/frontends/tda10048.h +++ b/drivers/media/dvb/frontends/tda10048.h | |||
@@ -57,6 +57,9 @@ struct tda10048_config { | |||
57 | #define TDA10048_CLK_4000 4000 | 57 | #define TDA10048_CLK_4000 4000 |
58 | #define TDA10048_CLK_16000 16000 | 58 | #define TDA10048_CLK_16000 16000 |
59 | u16 clk_freq_khz; | 59 | u16 clk_freq_khz; |
60 | |||
61 | /* Disable I2C gate access */ | ||
62 | u8 disable_gate_access; | ||
60 | }; | 63 | }; |
61 | 64 | ||
62 | #if defined(CONFIG_DVB_TDA10048) || \ | 65 | #if defined(CONFIG_DVB_TDA10048) || \ |