diff options
Diffstat (limited to 'arch/arm/mach-omap2/gpmc-nand.c')
-rw-r--r-- | arch/arm/mach-omap2/gpmc-nand.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/gpmc-nand.c b/arch/arm/mach-omap2/gpmc-nand.c index 96fcc641aab7..9e9f47ad6187 100644 --- a/arch/arm/mach-omap2/gpmc-nand.c +++ b/arch/arm/mach-omap2/gpmc-nand.c @@ -16,10 +16,11 @@ #include <asm/mach/flash.h> -#include <plat/cpu.h> #include <plat/nand.h> #include <plat/gpmc.h> +#include "soc.h" + static struct resource gpmc_nand_resource[] = { { .flags = IORESOURCE_MEM, |