]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - include/media/davinci/vpbe_display.h
[media] media: davinci: vpbe: use fh handling provided by v4l
[karo-tx-linux.git] / include / media / davinci / vpbe_display.h
index 637749a91432afaba8ee223cd67c06131815ed5f..06ea81576e5f1c8742a5ffa653959ac5deb0f60b 100644 (file)
@@ -131,17 +131,6 @@ struct vpbe_display {
        struct osd_state *osd_device;
 };
 
-/* File handle structure */
-struct vpbe_fh {
-       struct v4l2_fh fh;
-       /* vpbe device structure */
-       struct vpbe_display *disp_dev;
-       /* pointer to layer object for opened device */
-       struct vpbe_layer *layer;
-       /* Indicates whether this file handle is doing IO */
-       unsigned char io_allowed;
-};
-
 struct buf_config_params {
        unsigned char min_numbuffers;
        unsigned char numbuffers[VPBE_DISPLAY_MAX_DEVICES];