From: Hans Verkuil Date: Thu, 25 Nov 2021 15:42:10 +0000 (+0100) Subject: media: hantro: drop unused vb2 headers X-Git-Tag: v5.17-rc1~171^2~89 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d912740881d5f7c13247ec714e9bc59b7cc1aace;p=thirdparty%2Flinux.git 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 --- diff --git a/drivers/staging/media/hantro/hantro_v4l2.c b/drivers/staging/media/hantro/hantro_v4l2.c index e4b0645ba6fc7..c319f0e5fe609 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"