From: Krzysztof Kozlowski Date: Fri, 24 Jul 2020 07:40:10 +0000 (+0200) Subject: memory: omap-gpmc: remove unneeded asm/mach-types.h inclusion X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=8e9ffd5ed368c267edaf4e585e7d3813cc76cf7c;p=linux.git memory: omap-gpmc: remove unneeded asm/mach-types.h inclusion The driver does not use macros from asm/mach-types.h (neither MACH_TYPE nor machine_is_xxx()). Removal of this include allows compile testing on non-ARM architectures which lack this header. Signed-off-by: Krzysztof Kozlowski Link: https://lore.kernel.org/r/20200724074038.5597-2-krzk@kernel.org --- diff --git a/drivers/memory/omap-gpmc.c b/drivers/memory/omap-gpmc.c index f512cbc7a36c5..06685ba290f13 100644 --- a/drivers/memory/omap-gpmc.c +++ b/drivers/memory/omap-gpmc.c @@ -33,8 +33,6 @@ #include -#include - #define DEVICE_NAME "omap-gpmc" /* GPMC register offsets */