[media] vpif_display: remove unused data structures
authorHans Verkuil <hans.verkuil@cisco.com>
Thu, 20 Sep 2012 12:06:21 +0000 (09:06 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Sat, 6 Oct 2012 01:00:11 +0000 (22:00 -0300)
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>
drivers/media/platform/davinci/vpif_display.h

index f628ebcf36747110c78c86f4b904d76a5fca2ff8..b90a1640ce8c02f5171a25a7241a48184f21570c 100644 (file)
@@ -65,12 +65,6 @@ struct video_obj {
        u32 output_id;                  /* Current output id */
 };
 
-struct vbi_obj {
-       int num_services;
-       struct vpif_vbi_params vbiparams;       /* vpif parameters for the raw
-                                                * vbi data */
-};
-
 struct vpif_disp_buffer {
        struct vb2_buffer vb;
        struct list_head list;
@@ -136,7 +130,6 @@ struct channel_obj {
        struct vpif_params vpifparams;
        struct common_obj common[VPIF_NUMOBJECTS];
        struct video_obj video;
-       struct vbi_obj vbi;
 };
 
 /* File handle structure */
@@ -168,12 +161,4 @@ struct vpif_config_params {
        u8 min_numbuffers;
 };
 
-/* Struct which keeps track of the line numbers for the sliced vbi service */
-struct vpif_service_line {
-       u16 service_id;
-       u16 service_line[2];
-       u16 enc_service_id;
-       u8 bytestowrite;
-};
-
 #endif                         /* DAVINCIHD_DISPLAY_H */
This page took 0.026718 seconds and 5 git commands to generate.