From 62bbd72b099c7408a94f518d2274f906a43781ca Mon Sep 17 00:00:00 2001 From: Andrzej Hajda Date: Wed, 2 Dec 2015 06:22:29 -0200 Subject: [media] s5p-mfc: make queue cleanup code common Code for queue cleanup has nothing specific to hardware version. Signed-off-by: Andrzej Hajda Signed-off-by: Kamil Debski Signed-off-by: Mauro Carvalho Chehab --- drivers/media/platform/s5p-mfc/s5p_mfc_opr.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'drivers/media/platform/s5p-mfc/s5p_mfc_opr.h') diff --git a/drivers/media/platform/s5p-mfc/s5p_mfc_opr.h b/drivers/media/platform/s5p-mfc/s5p_mfc_opr.h index 77a08b19b46d..b89df89b55d1 100644 --- a/drivers/media/platform/s5p-mfc/s5p_mfc_opr.h +++ b/drivers/media/platform/s5p-mfc/s5p_mfc_opr.h @@ -296,8 +296,6 @@ struct s5p_mfc_hw_ops { int (*init_encode)(struct s5p_mfc_ctx *ctx); int (*encode_one_frame)(struct s5p_mfc_ctx *ctx); void (*try_run)(struct s5p_mfc_dev *dev); - void (*cleanup_queue)(struct list_head *lh, - struct vb2_queue *vq); void (*clear_int_flags)(struct s5p_mfc_dev *dev); void (*write_info)(struct s5p_mfc_ctx *ctx, unsigned int data, unsigned int ofs); -- cgit v1.2.3-59-g8ed1b