aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/dvb-usb/vp702x-fe.c
diff options
context:
space:
mode:
authorPatrick Boettcher <pb@linuxtv.org>2006-09-20 04:40:14 -0300
committerMauro Carvalho Chehab <mchehab@infradead.org>2006-10-03 15:13:07 -0300
commitb97c5c7e6cc9ab1d2bb590db094b8534410deca3 (patch)
treeaa2b040ec11e1da7d3f4a75676e29dec5481ea12 /drivers/media/dvb/dvb-usb/vp702x-fe.c
parentV4L/DVB (4654): Added module parameter force_lna_activation (diff)
downloadlinux-dev-b97c5c7e6cc9ab1d2bb590db094b8534410deca3.tar.xz
linux-dev-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/vp702x-fe.c')
-rw-r--r--drivers/media/dvb/dvb-usb/vp702x-fe.c4
1 files changed, 2 insertions, 2 deletions
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,
static int vp702x_fe_send_diseqc_msg (struct dvb_frontend* fe,
struct dvb_diseqc_master_cmd *m)
{
- struct vp702x_fe_state *st = fe->demodulator_priv;
- u8 cmd[8],ibuf[10];
+ //struct vp702x_fe_state *st = fe->demodulator_priv;
+ u8 cmd[8];//,ibuf[10];
memset(cmd,0,8);
deb_fe("%s\n",__FUNCTION__);