From d912740881d5f7c13247ec714e9bc59b7cc1aace Mon Sep 17 00:00:00 2001 From: Hans Verkuil Date: Thu, 25 Nov 2021 16:42:10 +0100 Subject: media: hantro: drop unused vb2 headers hantro_v4l2.c includes media/videobuf2-dma-sg.h, which isn't used. And in fact, hantro doesn't use the vb2_dma_sg_memops at all, so this is confusing. Just drop both videobuf2 headers, they are not needed here. Signed-off-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab --- drivers/staging/media/hantro/hantro_v4l2.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'drivers/staging/media') diff --git a/drivers/staging/media/hantro/hantro_v4l2.c b/drivers/staging/media/hantro/hantro_v4l2.c index e4b0645ba6fc..c319f0e5fe60 100644 --- a/drivers/staging/media/hantro/hantro_v4l2.c +++ b/drivers/staging/media/hantro/hantro_v4l2.c @@ -23,8 +23,6 @@ #include #include #include -#include -#include #include "hantro.h" #include "hantro_hw.h" -- cgit v1.2.3-59-g8ed1b