From: Florian Mickler Date: Mon, 21 Mar 2011 10:19:09 +0000 (-0300) Subject: [media] vp702x: remove unused variable X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=cf53b82d5d6eae920a1527b564f17c86e8118f0c;p=linux-beck.git [media] vp702x: remove unused variable struct vp702x_device_state.power_state is nowhere referenced. Signed-off-by: Florian Mickler Cc: Patrick Boettcher Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/media/dvb/dvb-usb/vp702x.h b/drivers/media/dvb/dvb-usb/vp702x.h index 86960c657522..20b90055e7ac 100644 --- a/drivers/media/dvb/dvb-usb/vp702x.h +++ b/drivers/media/dvb/dvb-usb/vp702x.h @@ -99,7 +99,6 @@ extern int dvb_usb_vp702x_debug; /* IN i: 0, v: 0, no extra buffer */ struct vp702x_device_state { - u8 power_state; struct mutex buf_mutex; int buf_len; u8 *buf;