aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media
diff options
context:
space:
mode:
authorHans Verkuil <hans.verkuil@cisco.com>2012-09-20 08:06:21 -0400
committerMauro Carvalho Chehab <mchehab@redhat.com>2012-10-05 21:00:11 -0400
commit3cfee2daf9fe9dc514c29f7e7fb35c17136771d2 (patch)
tree6572007d8f46be808e1ae156c4de5cdef8f47aaa /drivers/media
parent822f0fd36281c0d56501d6153d10555dc2e2ba52 (diff)
[media] vpif_display: remove unused data structures
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Acked-by: Lad, Prabhakar <prabhakar.lad@ti.com> Tested-by: Lad, Prabhakar <prabhakar.lad@ti.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media')
-rw-r--r--drivers/media/platform/davinci/vpif_display.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/drivers/media/platform/davinci/vpif_display.h b/drivers/media/platform/davinci/vpif_display.h
index f628ebcf3674..b90a1640ce8c 100644
--- a/drivers/media/platform/davinci/vpif_display.h
+++ b/drivers/media/platform/davinci/vpif_display.h
@@ -65,12 +65,6 @@ struct video_obj {
65 u32 output_id; /* Current output id */ 65 u32 output_id; /* Current output id */
66}; 66};
67 67
68struct vbi_obj {
69 int num_services;
70 struct vpif_vbi_params vbiparams; /* vpif parameters for the raw
71 * vbi data */
72};
73
74struct vpif_disp_buffer { 68struct vpif_disp_buffer {
75 struct vb2_buffer vb; 69 struct vb2_buffer vb;
76 struct list_head list; 70 struct list_head list;
@@ -136,7 +130,6 @@ struct channel_obj {
136 struct vpif_params vpifparams; 130 struct vpif_params vpifparams;
137 struct common_obj common[VPIF_NUMOBJECTS]; 131 struct common_obj common[VPIF_NUMOBJECTS];
138 struct video_obj video; 132 struct video_obj video;
139 struct vbi_obj vbi;
140}; 133};
141 134
142/* File handle structure */ 135/* File handle structure */
@@ -168,12 +161,4 @@ struct vpif_config_params {
168 u8 min_numbuffers; 161 u8 min_numbuffers;
169}; 162};
170 163
171/* Struct which keeps track of the line numbers for the sliced vbi service */
172struct vpif_service_line {
173 u16 service_id;
174 u16 service_line[2];
175 u16 enc_service_id;
176 u8 bytestowrite;
177};
178
179#endif /* DAVINCIHD_DISPLAY_H */ 164#endif /* DAVINCIHD_DISPLAY_H */