diff options
author | Michael Krufky <devnull@localhost> | 2005-07-20 06:28:06 +0000 |
---|---|---|
committer | Michael Krufky <devnull@localhost> | 2005-07-20 06:28:06 +0000 |
commit | d07d142006b2289dcf8deeb370b23a44d8625798 (patch) | |
tree | 216ea0e1a70e6db1e570ce3ca12d18921626ce54 /linux | |
parent | c3832d8bc5c55587afee270fc7ad22bad2b0cefb (diff) | |
download | mediapointer-dvb-s2-d07d142006b2289dcf8deeb370b23a44d8625798.tar.gz mediapointer-dvb-s2-d07d142006b2289dcf8deeb370b23a44d8625798.tar.bz2 |
Suppress the following during compile:
warning: `i2c_readbytes' defined but not used
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
Diffstat (limited to 'linux')
-rw-r--r-- | linux/drivers/media/dvb/frontends/lgdt3302.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/linux/drivers/media/dvb/frontends/lgdt3302.c b/linux/drivers/media/dvb/frontends/lgdt3302.c index c803c0500..c3b8d4e08 100644 --- a/linux/drivers/media/dvb/frontends/lgdt3302.c +++ b/linux/drivers/media/dvb/frontends/lgdt3302.c @@ -94,6 +94,7 @@ static int i2c_writebytes (struct lgdt3302_state* state, return 0; } +#if 0 static int i2c_readbytes (struct lgdt3302_state* state, u8 addr, /* demod_address or pll_address */ u8 *buf, /* holds data bytes read */ @@ -109,6 +110,7 @@ static int i2c_readbytes (struct lgdt3302_state* state, } return 0; } +#endif /* * This routine writes the register (reg) to the demod bus |