diff options
Diffstat (limited to 'arch/arm/mach-omap2/gpmc-onenand.c')
-rw-r--r-- | arch/arm/mach-omap2/gpmc-onenand.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/gpmc-onenand.c b/arch/arm/mach-omap2/gpmc-onenand.c index b12a39e223f..b66fb8e5faa 100644 --- a/arch/arm/mach-omap2/gpmc-onenand.c +++ b/arch/arm/mach-omap2/gpmc-onenand.c @@ -18,10 +18,11 @@ #include <asm/mach/flash.h> -#include <plat/cpu.h> #include <plat/onenand.h> #include <plat/gpmc.h> +#include "soc.h" + #define ONENAND_IO_SIZE SZ_128K static struct omap_onenand_platform_data *gpmc_onenand_data; |