From: Michael Tretter Date: Thu, 26 Aug 2021 09:47:39 +0000 (+0200) Subject: dmaengine: zynqmp_dma: cleanup includes X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=85997fdfd15916dddee2458b7382934b6c857f87;p=linux.git dmaengine: zynqmp_dma: cleanup includes The driver includes a few headers that are not actually used, but are probably copy paste errors. Remove them. Signed-off-by: Michael Tretter Link: https://lore.kernel.org/r/20210826094742.1302009-5-m.tretter@pengutronix.de Signed-off-by: Vinod Koul --- diff --git a/drivers/dma/xilinx/zynqmp_dma.c b/drivers/dma/xilinx/zynqmp_dma.c index bdeae8a341235..2a57d7c38d35c 100644 --- a/drivers/dma/xilinx/zynqmp_dma.c +++ b/drivers/dma/xilinx/zynqmp_dma.c @@ -6,15 +6,12 @@ */ #include -#include -#include +#include #include #include #include #include -#include #include -#include #include #include #include