diff options
Diffstat (limited to 'arch/arm/mach-omap2/sram243x.S')
| -rw-r--r-- | arch/arm/mach-omap2/sram243x.S | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/arch/arm/mach-omap2/sram243x.S b/arch/arm/mach-omap2/sram243x.S index 76730209fa0..a1e9edd673f 100644 --- a/arch/arm/mach-omap2/sram243x.S +++ b/arch/arm/mach-omap2/sram243x.S @@ -29,12 +29,13 @@ * These crashes may be intermittent. */ #include <linux/linkage.h> + #include <asm/assembler.h> -#include <mach/io.h> -#include <mach/hardware.h> -#include "prm2xxx_3xxx.h" -#include "cm2xxx_3xxx.h" +#include "soc.h" +#include "iomap.h" +#include "prm2xxx.h" +#include "cm2xxx.h" #include "sdrc.h" .text |
