[media] dvb_usb_v2: remove unused variable

It was left from the legacy remote controller we do not support.

Signed-off-by: Antti Palosaari <crope@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
Antti Palosaari 2012-06-20 22:47:15 -03:00 committed by Mauro Carvalho Chehab
parent f93c802887
commit edc7d44834
2 changed files with 0 additions and 4 deletions

View File

@ -331,9 +331,7 @@ struct dvb_usb_adapter {
* @usb_mutex: mutex for usb control messages
* @i2c_mutex: mutex for i2c-transfers
* @i2c_adap: device's i2c-adapter
*
* @rc_dev: rc device for the remote control
* @input_dev: input device for the remote control (legacy mode)
* @rc_query_work: work for polling remote
* @priv: private data of the actual driver (allocate by dvb usb, size defined
* in size_of_priv of dvb_usb_properties).
@ -361,7 +359,6 @@ struct dvb_usb_device {
/* remote control */
struct rc_dev *rc_dev;
struct input_dev *input_dev;
char rc_phys[64];
struct delayed_work rc_query_work;

View File

@ -159,7 +159,6 @@ static int dvb_usbv2_remote_init(struct dvb_usb_device *d)
goto err;
}
d->input_dev = NULL;
d->rc_dev = dev;
/* start polling if needed */