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 96fcc641aab..9e9f47ad618 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,  |