diff options
author | Patrick Boettcher <pb@linuxtv.org> | 2006-09-20 03:40:14 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-10-03 14:13:07 -0400 |
commit | b97c5c7e6cc9ab1d2bb590db094b8534410deca3 (patch) | |
tree | aa2b040ec11e1da7d3f4a75676e29dec5481ea12 /drivers | |
parent | 7fb3fc0c30a8bb8831da9d74b0c5f574962044f1 (diff) |
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')
-rw-r--r-- | drivers/media/dvb/dvb-usb/dib0700_devices.c | 2 | ||||
-rw-r--r-- | drivers/media/dvb/dvb-usb/vp702x-fe.c | 4 |
2 files changed, 4 insertions, 2 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) | |||
95 | } | 95 | } |
96 | 96 | ||
97 | /* STK7700P: Hauppauge Nova-T Stick, AVerMedia Volar */ | 97 | /* STK7700P: Hauppauge Nova-T Stick, AVerMedia Volar */ |
98 | /* | ||
98 | static struct mt2060_config stk7000p_mt2060_config = { | 99 | static struct mt2060_config stk7000p_mt2060_config = { |
99 | 0x60 | 100 | 0x60 |
100 | }; | 101 | }; |
102 | */ | ||
101 | 103 | ||
102 | static int stk7700p_frontend_attach(struct dvb_usb_adapter *adap) | 104 | static int stk7700p_frontend_attach(struct dvb_usb_adapter *adap) |
103 | { | 105 | { |
diff --git a/drivers/media/dvb/dvb-usb/vp702x-fe.c b/drivers/media/dvb/dvb-usb/vp702x-fe.c index 41f733b47e70..3ecb2e0ce80f 100644 --- a/drivers/media/dvb/dvb-usb/vp702x-fe.c +++ b/drivers/media/dvb/dvb-usb/vp702x-fe.c | |||
@@ -204,8 +204,8 @@ static int vp702x_fe_get_frontend(struct dvb_frontend* fe, | |||
204 | static int vp702x_fe_send_diseqc_msg (struct dvb_frontend* fe, | 204 | static int vp702x_fe_send_diseqc_msg (struct dvb_frontend* fe, |
205 | struct dvb_diseqc_master_cmd *m) | 205 | struct dvb_diseqc_master_cmd *m) |
206 | { | 206 | { |
207 | struct vp702x_fe_state *st = fe->demodulator_priv; | 207 | //struct vp702x_fe_state *st = fe->demodulator_priv; |
208 | u8 cmd[8],ibuf[10]; | 208 | u8 cmd[8];//,ibuf[10]; |
209 | memset(cmd,0,8); | 209 | memset(cmd,0,8); |
210 | 210 | ||
211 | deb_fe("%s\n",__FUNCTION__); | 211 | deb_fe("%s\n",__FUNCTION__); |