From 3ef5d0071cf6c8b9a00b559232bb700ad59999d7 Mon Sep 17 00:00:00 2001 From: Afzal Mohammed Date: Fri, 5 Oct 2012 10:37:27 +0530 Subject: ARM: OMAP2+: gpmc: localize gpmc header Requirement of gpmc header outside of mach-omap2 has been cutoff, move gpmc header file in plat-omap folder to local mach-omap2 folder Objective - common zImage participation of omap Signed-off-by: Afzal Mohammed --- arch/arm/mach-omap2/gpmc-nand.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arch/arm/mach-omap2/gpmc-nand.h') diff --git a/arch/arm/mach-omap2/gpmc-nand.h b/arch/arm/mach-omap2/gpmc-nand.h index 11a377f0e6f..d59e1281e85 100644 --- a/arch/arm/mach-omap2/gpmc-nand.h +++ b/arch/arm/mach-omap2/gpmc-nand.h @@ -10,7 +10,7 @@ #ifndef __OMAP2_GPMC_NAND_H #define __OMAP2_GPMC_NAND_H -#include +#include "gpmc.h" #include #if IS_ENABLED(CONFIG_MTD_NAND_OMAP2) -- cgit v1.2.3