From fd80779b3b55a318a3ef0725d14449fd2b683d81 Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Tue, 28 Feb 2023 10:05:32 +0100 Subject: ARM: omap: Move mach header files to include/mach/omap Currently arch specific headers can be included with longer possible as there won't be a single mach anymore. Move all omap specific header files to include/mach/omap/ to prepare for multi-arch support. Signed-off-by: Sascha Hauer --- drivers/mtd/nand/nand_omap_gpmc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'drivers/mtd/nand') diff --git a/drivers/mtd/nand/nand_omap_gpmc.c b/drivers/mtd/nand/nand_omap_gpmc.c index c7252ce72a..c5e50d27c8 100644 --- a/drivers/mtd/nand/nand_omap_gpmc.c +++ b/drivers/mtd/nand/nand_omap_gpmc.c @@ -68,8 +68,8 @@ #include #include #include -#include -#include +#include +#include #include #include "nand_omap_bch_decoder.h" -- cgit v1.2.3