diff options
author | Manu Abraham <manu@linuxtv.org> | 2006-06-22 00:03:42 +0400 |
---|---|---|
committer | Manu Abraham <manu@linuxtv.org> | 2006-06-22 00:03:42 +0400 |
commit | 2edb43ac711de559d2f889e7fa61e142fc74e8b3 (patch) | |
tree | badb4e5d22d1771ca1caad9297cf8bc00f2c81f8 /linux/drivers | |
parent | d3f580672702828626b534f96fde5fc27d26f4a7 (diff) | |
download | mediapointer-dvb-s2-2edb43ac711de559d2f889e7fa61e142fc74e8b3.tar.gz mediapointer-dvb-s2-2edb43ac711de559d2f889e7fa61e142fc74e8b3.tar.bz2 |
Comment out MMI functions for now
From: Manu Abraham <abraham.manu@gmail.com>
Signed-off-by: Manu Abraham <manu@linuxtv.org>
Diffstat (limited to 'linux/drivers')
-rw-r--r-- | linux/drivers/media/dvb/bt8xx/dst_ca.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/linux/drivers/media/dvb/bt8xx/dst_ca.c b/linux/drivers/media/dvb/bt8xx/dst_ca.c index 8d91fc05f..e2f8203b6 100644 --- a/linux/drivers/media/dvb/bt8xx/dst_ca.c +++ b/linux/drivers/media/dvb/bt8xx/dst_ca.c @@ -418,6 +418,7 @@ static int debug_string(u8 *msg, u32 length, u32 offset) return 0; } +#if 0 /* MMI */ static int ca_get_mmi(struct dst_state *state, struct ca_msg *hw_msg, struct ca_msg *mmi_msg) { @@ -512,6 +513,7 @@ static int ca_close_mmi(struct dst_state *state, struct ca_msg *hw_msg) return 0; } +#endif static int ca_set_pmt(struct dst_state *state, struct ca_msg *p_ca_message, struct ca_msg *hw_buffer, u8 reply, u8 query) { |