summaryrefslogtreecommitdiffstats
path: root/drivers/media/video/gspca/stv06xx/stv06xx.h
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2012-05-09 11:22:47 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2012-05-14 09:38:26 -0300
commitd67a1adaea29da942291145fa3964a453e017274 (patch)
tree9e1e785f59856838b28bf7558bbb6b7c35bebe35 /drivers/media/video/gspca/stv06xx/stv06xx.h
parentdec9c51442b5a524c137b6f4a54ec109a197a65a (diff)
[media] gscpa_stv06xx: Make sd_desc const
Now that stv06xx is using the control framework it is no longer necessary to have a (non const) copy of sd_desc inside the sd specific data struct. Signed-off-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/gspca/stv06xx/stv06xx.h')
-rw-r--r--drivers/media/video/gspca/stv06xx/stv06xx.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/media/video/gspca/stv06xx/stv06xx.h b/drivers/media/video/gspca/stv06xx/stv06xx.h
index b338edcdbe0..b7cbc6b878d 100644
--- a/drivers/media/video/gspca/stv06xx/stv06xx.h
+++ b/drivers/media/video/gspca/stv06xx/stv06xx.h
@@ -92,9 +92,6 @@ struct sd {
/* Control handler */
struct v4l2_ctrl_handler ctrl_handler;
- /* A pointer to the sd_desc struct */
- struct sd_desc desc;
-
/* Sensor private data */
void *sensor_priv;