diff options
author | Patrick Boettcher <pb@linuxtv.org> | 2006-09-20 09:40:14 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-10-03 20:13:07 +0200 |
commit | b97c5c7e6cc9ab1d2bb590db094b8534410deca3 (patch) | |
tree | aa2b040ec11e1da7d3f4a75676e29dec5481ea12 /drivers/media/dvb/dvb-usb/dib0700_devices.c | |
parent | V4L/DVB (4654): Added module parameter force_lna_activation (diff) | |
download | linux-b97c5c7e6cc9ab1d2bb590db094b8534410deca3.tar.xz linux-b97c5c7e6cc9ab1d2bb590db094b8534410deca3.zip |
V4L/DVB (4655): Removed compilation warnings
Removed compilation warnings for unused statics and locals
Signed-off-by: Patrick Boettcher <pb@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/dvb/dvb-usb/dib0700_devices.c')
-rw-r--r-- | drivers/media/dvb/dvb-usb/dib0700_devices.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/dvb/dvb-usb/dib0700_devices.c b/drivers/media/dvb/dvb-usb/dib0700_devices.c index e9a2177bd16a..e473bfed226b 100644 --- a/drivers/media/dvb/dvb-usb/dib0700_devices.c +++ b/drivers/media/dvb/dvb-usb/dib0700_devices.c @@ -95,9 +95,11 @@ static int bristol_tuner_attach(struct dvb_usb_adapter *adap) } /* STK7700P: Hauppauge Nova-T Stick, AVerMedia Volar */ +/* static struct mt2060_config stk7000p_mt2060_config = { 0x60 }; +*/ static int stk7700p_frontend_attach(struct dvb_usb_adapter *adap) { |