summaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/dvb-usb/vp702x.h
diff options
context:
space:
mode:
authorFlorian Mickler <florian@mickler.org>2011-03-21 11:19:09 +0100
committerMauro Carvalho Chehab <mchehab@redhat.com>2011-05-20 14:28:07 +0200
commitcf53b82d5d6eae920a1527b564f17c86e8118f0c (patch)
treedb7a483ff6fed94db7470886d2668161ba8e122d /drivers/media/dvb/dvb-usb/vp702x.h
parent[media] vp702x: preallocate memory on device probe (diff)
downloadlinux-cf53b82d5d6eae920a1527b564f17c86e8118f0c.tar.xz
linux-cf53b82d5d6eae920a1527b564f17c86e8118f0c.zip
[media] vp702x: remove unused variable
struct vp702x_device_state.power_state is nowhere referenced. Signed-off-by: Florian Mickler <florian@mickler.org> Cc: Patrick Boettcher <pb@linuxtv.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb/dvb-usb/vp702x.h')
-rw-r--r--drivers/media/dvb/dvb-usb/vp702x.h1
1 files changed, 0 insertions, 1 deletions
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;