[media] media: davinci: vpbe: drop unused member memory from vpbe_layer
authorPrabhakar Lad <prabhakar.csengg@gmail.com>
Sun, 12 Oct 2014 20:40:43 +0000 (17:40 -0300)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Tue, 28 Oct 2014 18:11:37 +0000 (16:11 -0200)
Signed-off-by: Lad, Prabhakar <prabhakar.csengg@gmail.com>
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
include/media/davinci/vpbe_display.h

index de0843d..163a02b 100644 (file)
@@ -91,10 +91,6 @@ struct vpbe_layer {
        /* V4l2 specific parameters */
        /* Identifies video device for this layer */
        struct video_device video_dev;
-       /* This field keeps track of type of buffer exchange mechanism user
-        * has selected
-        */
-       enum v4l2_memory memory;
        /* Used to store pixel format */
        struct v4l2_pix_format pix_fmt;
        enum v4l2_field buf_field;