diff options
author | Prabhakar Lad <prabhakar.csengg@gmail.com> | 2014-10-12 16:40:43 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2014-10-28 14:11:37 -0400 |
commit | 8a93dbc1f4d5c33b444d561a8f4c4ddfc2e7cb74 (patch) | |
tree | e071cbb37a17070b10e1714d9c8a869270393117 /include/media | |
parent | 1b73f03cbf483dbf986cb299f6d6c4ebdfbe6ba7 (diff) |
[media] media: davinci: vpbe: drop unused member memory from vpbe_layer
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>
Diffstat (limited to 'include/media')
-rw-r--r-- | include/media/davinci/vpbe_display.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/media/davinci/vpbe_display.h b/include/media/davinci/vpbe_display.h index de0843d6f05c..163a02b92c04 100644 --- a/include/media/davinci/vpbe_display.h +++ b/include/media/davinci/vpbe_display.h | |||
@@ -91,10 +91,6 @@ struct vpbe_layer { | |||
91 | /* V4l2 specific parameters */ | 91 | /* V4l2 specific parameters */ |
92 | /* Identifies video device for this layer */ | 92 | /* Identifies video device for this layer */ |
93 | struct video_device video_dev; | 93 | struct video_device video_dev; |
94 | /* This field keeps track of type of buffer exchange mechanism user | ||
95 | * has selected | ||
96 | */ | ||
97 | enum v4l2_memory memory; | ||
98 | /* Used to store pixel format */ | 94 | /* Used to store pixel format */ |
99 | struct v4l2_pix_format pix_fmt; | 95 | struct v4l2_pix_format pix_fmt; |
100 | enum v4l2_field buf_field; | 96 | enum v4l2_field buf_field; |