]> git.openfabrics.org - ~emulex/infiniband.git/commitdiff
V4L/DVB (4655): Removed compilation warnings
authorPatrick Boettcher <pb@linuxtv.org>
Wed, 20 Sep 2006 07:40:14 +0000 (04:40 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Tue, 3 Oct 2006 18:13:07 +0000 (15:13 -0300)
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>
drivers/media/dvb/dvb-usb/dib0700_devices.c
drivers/media/dvb/dvb-usb/vp702x-fe.c

index e9a2177bd16ab8de95c171cff1a2c372e0e76da3..e473bfed226b6004e55b4bb158bf7cc6f58558a7 100644 (file)
@@ -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)
 {
index 41f733b47e7075588ae28a74bc455a51236856cb..3ecb2e0ce80f7ec986023b014a8a249b1fe7dadb 100644 (file)
@@ -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__);