mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-16 15:34:48 +08:00
media: mediatek: vcodec: remove unused include header
remove unused include header for .c files Signed-off-by: Yunfei Dong <yunfei.dong@mediatek.com> Reviewed-by: Nicolas Dufresne <nicolas.dufresne@collabora.com> Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
This commit is contained in:
parent
63b71f310a
commit
183b0b4bd1
@ -11,8 +11,6 @@
|
||||
|
||||
#include "mtk_vcodec_dec_drv.h"
|
||||
#include "mtk_vcodec_dec.h"
|
||||
#include "mtk_vcodec_intr.h"
|
||||
#include "mtk_vcodec_util.h"
|
||||
#include "vdec_drv_if.h"
|
||||
#include "mtk_vcodec_dec_pm.h"
|
||||
|
||||
|
@ -25,8 +25,6 @@
|
||||
#include "mtk_vcodec_dec_hw.h"
|
||||
#include "mtk_vcodec_dec_pm.h"
|
||||
#include "mtk_vcodec_intr.h"
|
||||
#include "mtk_vcodec_util.h"
|
||||
#include "mtk_vcodec_fw.h"
|
||||
|
||||
static int mtk_vcodec_get_hw_count(struct mtk_vcodec_dec_ctx *ctx, struct mtk_vcodec_dec_dev *dev)
|
||||
{
|
||||
|
@ -16,7 +16,6 @@
|
||||
#include "mtk_vcodec_dec_hw.h"
|
||||
#include "mtk_vcodec_dec_pm.h"
|
||||
#include "mtk_vcodec_intr.h"
|
||||
#include "mtk_vcodec_util.h"
|
||||
|
||||
static const struct of_device_id mtk_vdec_hw_match[] = {
|
||||
{
|
||||
|
@ -11,7 +11,6 @@
|
||||
|
||||
#include "mtk_vcodec_dec_hw.h"
|
||||
#include "mtk_vcodec_dec_pm.h"
|
||||
#include "mtk_vcodec_util.h"
|
||||
|
||||
int mtk_vcodec_init_dec_clk(struct platform_device *pdev, struct mtk_vcodec_pm *pm)
|
||||
{
|
||||
|
@ -5,8 +5,6 @@
|
||||
#include <media/videobuf2-dma-contig.h>
|
||||
|
||||
#include "mtk_vcodec_dec.h"
|
||||
#include "mtk_vcodec_intr.h"
|
||||
#include "mtk_vcodec_util.h"
|
||||
#include "mtk_vcodec_dec_pm.h"
|
||||
#include "vdec_drv_if.h"
|
||||
|
||||
|
@ -7,8 +7,6 @@
|
||||
#include <linux/module.h>
|
||||
|
||||
#include "mtk_vcodec_dec.h"
|
||||
#include "mtk_vcodec_intr.h"
|
||||
#include "mtk_vcodec_util.h"
|
||||
#include "mtk_vcodec_dec_pm.h"
|
||||
#include "vdec_drv_if.h"
|
||||
|
||||
|
@ -11,8 +11,6 @@
|
||||
#include <linux/pm_runtime.h>
|
||||
|
||||
#include "mtk_vcodec_enc.h"
|
||||
#include "mtk_vcodec_intr.h"
|
||||
#include "mtk_vcodec_util.h"
|
||||
#include "venc_drv_if.h"
|
||||
|
||||
#define MTK_VENC_MIN_W 160U
|
||||
|
@ -19,8 +19,6 @@
|
||||
#include "mtk_vcodec_enc.h"
|
||||
#include "mtk_vcodec_enc_pm.h"
|
||||
#include "mtk_vcodec_intr.h"
|
||||
#include "mtk_vcodec_util.h"
|
||||
#include "mtk_vcodec_fw.h"
|
||||
|
||||
static const struct mtk_video_fmt mtk_video_formats_output[] = {
|
||||
{
|
||||
|
@ -2,9 +2,7 @@
|
||||
|
||||
#include "mtk_vcodec_dec_drv.h"
|
||||
#include "mtk_vcodec_enc_drv.h"
|
||||
#include "mtk_vcodec_fw.h"
|
||||
#include "mtk_vcodec_fw_priv.h"
|
||||
#include "mtk_vcodec_util.h"
|
||||
|
||||
struct mtk_vcodec_fw *mtk_vcodec_fw_select(void *priv, enum mtk_vcodec_fw_type type,
|
||||
enum mtk_vcodec_fw_use fw_use)
|
||||
|
@ -8,7 +8,6 @@
|
||||
#include <linux/slab.h>
|
||||
#include <media/videobuf2-dma-contig.h>
|
||||
|
||||
#include "../mtk_vcodec_util.h"
|
||||
#include "../mtk_vcodec_dec.h"
|
||||
#include "../mtk_vcodec_intr.h"
|
||||
#include "../vdec_drv_base.h"
|
||||
|
@ -8,7 +8,6 @@
|
||||
#include <linux/slab.h>
|
||||
|
||||
#include "../vdec_drv_if.h"
|
||||
#include "../mtk_vcodec_util.h"
|
||||
#include "../mtk_vcodec_dec.h"
|
||||
#include "../mtk_vcodec_intr.h"
|
||||
#include "../vdec_vpu_if.h"
|
||||
|
@ -6,7 +6,6 @@
|
||||
#include <media/v4l2-h264.h>
|
||||
#include <media/videobuf2-dma-contig.h>
|
||||
|
||||
#include "../mtk_vcodec_util.h"
|
||||
#include "../mtk_vcodec_dec.h"
|
||||
#include "../mtk_vcodec_intr.h"
|
||||
#include "../vdec_drv_base.h"
|
||||
|
@ -10,7 +10,6 @@
|
||||
#include <media/v4l2-mem2mem.h>
|
||||
#include <media/videobuf2-dma-contig.h>
|
||||
|
||||
#include "../mtk_vcodec_util.h"
|
||||
#include "../mtk_vcodec_dec.h"
|
||||
#include "../mtk_vcodec_intr.h"
|
||||
#include "../vdec_drv_base.h"
|
||||
|
@ -8,7 +8,6 @@
|
||||
#include <linux/slab.h>
|
||||
#include <media/videobuf2-dma-contig.h>
|
||||
|
||||
#include "../mtk_vcodec_util.h"
|
||||
#include "../mtk_vcodec_dec.h"
|
||||
#include "../mtk_vcodec_intr.h"
|
||||
#include "../vdec_drv_base.h"
|
||||
|
@ -7,7 +7,6 @@
|
||||
|
||||
#include <linux/slab.h>
|
||||
#include "../vdec_drv_if.h"
|
||||
#include "../mtk_vcodec_util.h"
|
||||
#include "../mtk_vcodec_dec.h"
|
||||
#include "../mtk_vcodec_intr.h"
|
||||
#include "../vdec_vpu_if.h"
|
||||
|
@ -9,7 +9,6 @@
|
||||
#include <media/videobuf2-dma-contig.h>
|
||||
#include <uapi/linux/v4l2-controls.h>
|
||||
|
||||
#include "../mtk_vcodec_util.h"
|
||||
#include "../mtk_vcodec_dec.h"
|
||||
#include "../mtk_vcodec_intr.h"
|
||||
#include "../vdec_drv_base.h"
|
||||
|
@ -9,7 +9,6 @@
|
||||
#include <media/videobuf2-dma-contig.h>
|
||||
#include <media/v4l2-vp9.h>
|
||||
|
||||
#include "../mtk_vcodec_util.h"
|
||||
#include "../mtk_vcodec_dec.h"
|
||||
#include "../mtk_vcodec_intr.h"
|
||||
#include "../vdec_drv_base.h"
|
||||
|
@ -9,7 +9,6 @@
|
||||
#define _VDEC_DRV_IF_H_
|
||||
|
||||
#include "mtk_vcodec_dec.h"
|
||||
#include "mtk_vcodec_util.h"
|
||||
|
||||
|
||||
/**
|
||||
|
@ -12,8 +12,6 @@
|
||||
#include <linux/slab.h>
|
||||
#include <media/videobuf2-v4l2.h>
|
||||
|
||||
#include "mtk_vcodec_util.h"
|
||||
|
||||
#define NUM_BUFFER_COUNT 3
|
||||
|
||||
struct vdec_lat_buf;
|
||||
|
@ -8,7 +8,6 @@
|
||||
#include "vdec_drv_if.h"
|
||||
#include "vdec_ipi_msg.h"
|
||||
#include "vdec_vpu_if.h"
|
||||
#include "mtk_vcodec_fw.h"
|
||||
|
||||
static void handle_init_ack_msg(const struct vdec_vpu_ipi_init_ack *msg)
|
||||
{
|
||||
|
@ -7,8 +7,6 @@
|
||||
#ifndef _VDEC_VPU_IF_H_
|
||||
#define _VDEC_VPU_IF_H_
|
||||
|
||||
#include "mtk_vcodec_fw.h"
|
||||
|
||||
struct mtk_vcodec_dec_ctx;
|
||||
|
||||
/**
|
||||
|
@ -11,7 +11,6 @@
|
||||
#include <linux/slab.h>
|
||||
|
||||
#include "../mtk_vcodec_enc_drv.h"
|
||||
#include "../mtk_vcodec_util.h"
|
||||
#include "../mtk_vcodec_intr.h"
|
||||
#include "../mtk_vcodec_enc.h"
|
||||
#include "../mtk_vcodec_enc_pm.h"
|
||||
|
@ -10,7 +10,6 @@
|
||||
#include <linux/slab.h>
|
||||
|
||||
#include "../mtk_vcodec_enc_drv.h"
|
||||
#include "../mtk_vcodec_util.h"
|
||||
#include "../mtk_vcodec_intr.h"
|
||||
#include "../mtk_vcodec_enc.h"
|
||||
#include "../mtk_vcodec_enc_pm.h"
|
||||
|
@ -5,7 +5,6 @@
|
||||
*/
|
||||
|
||||
#include "mtk_vcodec_enc_drv.h"
|
||||
#include "mtk_vcodec_fw.h"
|
||||
#include "venc_ipi_msg.h"
|
||||
#include "venc_vpu_if.h"
|
||||
|
||||
|
@ -7,7 +7,6 @@
|
||||
#ifndef _VENC_VPU_IF_H_
|
||||
#define _VENC_VPU_IF_H_
|
||||
|
||||
#include "mtk_vcodec_fw.h"
|
||||
#include "venc_drv_if.h"
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user