From 903bfd46d04908900584fbe270995ca38f062f40 Mon Sep 17 00:00:00 2001 From: Krzysztof Kozlowski Date: Thu, 6 Aug 2020 20:20:18 +0200 Subject: ARM: s3c: remove unneeded machine header includes Not all units use the contents of mach/hardware.h and mach/dma.h. Remove these includes when not needed. Signed-off-by: Krzysztof Kozlowski Acked-by: Arnd Bergmann --- arch/arm/mach-s3c64xx/dev-audio.c | 1 - 1 file changed, 1 deletion(-) (limited to 'arch/arm/mach-s3c64xx') diff --git a/arch/arm/mach-s3c64xx/dev-audio.c b/arch/arm/mach-s3c64xx/dev-audio.c index e3c49b5d1355..1d3124db6afc 100644 --- a/arch/arm/mach-s3c64xx/dev-audio.c +++ b/arch/arm/mach-s3c64xx/dev-audio.c @@ -12,7 +12,6 @@ #include #include -#include #include #include -- cgit