diff options
author | Tony Lindgren <tony@atomide.com> | 2012-02-28 14:27:01 -0800 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2012-02-28 14:27:01 -0800 |
commit | a5bee307ba7befc96a97915d6d45ffbe1e5f9a20 (patch) | |
tree | 544713c8b4359221df3677fb93a52892c57fbcee /arch/arm/mach-omap1/pm.c | |
parent | 0aac881246fb25d017617cd7be68e93326d51ce1 (diff) | |
parent | acea7c7b81e8f67513aebade8cb99c7789c44d8c (diff) | |
download | talos-obmc-linux-a5bee307ba7befc96a97915d6d45ffbe1e5f9a20.tar.gz talos-obmc-linux-a5bee307ba7befc96a97915d6d45ffbe1e5f9a20.zip |
Merge branch 'iomap' into cleanup
Diffstat (limited to 'arch/arm/mach-omap1/pm.c')
-rw-r--r-- | arch/arm/mach-omap1/pm.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/arm/mach-omap1/pm.c b/arch/arm/mach-omap1/pm.c index 0c2c3669d594..306beaca14c5 100644 --- a/arch/arm/mach-omap1/pm.c +++ b/arch/arm/mach-omap1/pm.c @@ -49,7 +49,6 @@ #include <asm/mach/irq.h> #include <plat/cpu.h> -#include <mach/irqs.h> #include <plat/clock.h> #include <plat/sram.h> #include <plat/tc.h> @@ -57,6 +56,9 @@ #include <plat/dma.h> #include <plat/dmtimer.h> +#include <mach/irqs.h> + +#include "iomap.h" #include "pm.h" static unsigned int arm_sleep_save[ARM_SLEEP_SAVE_SIZE]; |