From: Christoph Hellwig Date: Thu, 12 Oct 2023 07:58:29 +0000 (+0200) Subject: m68k: remove unused includes from dma.c X-Git-Tag: io_uring-6.7-2023-11-10~49^2~2 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=8126cab004bab7b9d58b156435350379d88e8539;p=linux-block.git m68k: remove unused includes from dma.c dma.c doesn't need most of the headers it includes. Also there is no point in undefining the DEBUG symbol given that it isn't used anywhere in this small file. Signed-off-by: Christoph Hellwig Reviewed-by: Geert Uytterhoeven Reviewed-by: Greg Ungerer Acked-by: Geert Uytterhoeven Tested-by: Greg Ungerer --- diff --git a/arch/m68k/kernel/dma.c b/arch/m68k/kernel/dma.c index eef63d032abb..16063783aa80 100644 --- a/arch/m68k/kernel/dma.c +++ b/arch/m68k/kernel/dma.c @@ -4,17 +4,8 @@ * for more details. */ -#undef DEBUG - #include -#include #include -#include -#include -#include -#include -#include - #include #ifndef CONFIG_COLDFIRE