diff options
Diffstat (limited to 'include/media')
-rw-r--r-- | include/media/davinci/vpbe_display.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/include/media/davinci/vpbe_display.h b/include/media/davinci/vpbe_display.h index 637749a91432..06ea81576e5f 100644 --- a/include/media/davinci/vpbe_display.h +++ b/include/media/davinci/vpbe_display.h | |||
@@ -131,17 +131,6 @@ struct vpbe_display { | |||
131 | struct osd_state *osd_device; | 131 | struct osd_state *osd_device; |
132 | }; | 132 | }; |
133 | 133 | ||
134 | /* File handle structure */ | ||
135 | struct vpbe_fh { | ||
136 | struct v4l2_fh fh; | ||
137 | /* vpbe device structure */ | ||
138 | struct vpbe_display *disp_dev; | ||
139 | /* pointer to layer object for opened device */ | ||
140 | struct vpbe_layer *layer; | ||
141 | /* Indicates whether this file handle is doing IO */ | ||
142 | unsigned char io_allowed; | ||
143 | }; | ||
144 | |||
145 | struct buf_config_params { | 134 | struct buf_config_params { |
146 | unsigned char min_numbuffers; | 135 | unsigned char min_numbuffers; |
147 | unsigned char numbuffers[VPBE_DISPLAY_MAX_DEVICES]; | 136 | unsigned char numbuffers[VPBE_DISPLAY_MAX_DEVICES]; |