Browse Source

[media] vcodec:mediatek:code refine for v4l2 Encoder driver

This patch remove unused header and define from haeder files

Signed-off-by: Tiffany Lin <tiffany.lin@mediatek.com>
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Tiffany Lin 9 years ago
parent
commit
0d06108c65

+ 0 - 1
drivers/media/platform/mtk-vcodec/mtk_vcodec_drv.h

@@ -23,7 +23,6 @@
 #include <media/v4l2-ioctl.h>
 #include <media/v4l2-ioctl.h>
 #include <media/videobuf2-core.h>
 #include <media/videobuf2-core.h>
 
 
-#include "mtk_vcodec_util.h"
 
 
 #define MTK_VCODEC_DRV_NAME	"mtk_vcodec_drv"
 #define MTK_VCODEC_DRV_NAME	"mtk_vcodec_drv"
 #define MTK_VCODEC_ENC_NAME	"mtk-vcodec-enc"
 #define MTK_VCODEC_ENC_NAME	"mtk-vcodec-enc"

+ 0 - 1
drivers/media/platform/mtk-vcodec/mtk_vcodec_intr.h

@@ -16,7 +16,6 @@
 #define _MTK_VCODEC_INTR_H_
 #define _MTK_VCODEC_INTR_H_
 
 
 #define MTK_INST_IRQ_RECEIVED		0x1
 #define MTK_INST_IRQ_RECEIVED		0x1
-#define MTK_INST_WORK_THREAD_ABORT_DONE	0x2
 
 
 struct mtk_vcodec_ctx;
 struct mtk_vcodec_ctx;