diff options
author | Arnd Bergmann <arnd@arndb.de> | 2012-02-29 16:17:30 -0500 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2012-02-29 16:18:13 -0500 |
commit | a26d3c4fcd4bb875ae5adc32f27fab7a478bb00d (patch) | |
tree | 510283fbb57dc321bef9b36e37698c7fc6b588ef /arch/arm/mach-omap2/prm44xx.c | |
parent | 4d8cfec692e988b844dcaeaeb76b5780b7ef9d28 (diff) | |
parent | 1b35af54ee9cbbdd13fed53fd4acb0952ba522e1 (diff) |
Merge branch 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into next/cleanup
* 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap:
ARM: OMAP2+: Fix L4_EMU_34XX_BASE error after iomap changes
ARM: OMAP2+: Limit omap_read/write usage to legacy USB drivers
ARM: OMAP: Remove plat/io.h by splitting it into mach/io.h and mach/hardware.h
ARM: OMAP2+: Move most of plat/io.h into local iomap.h
ARM: OMAP1: Move most of plat/io.h into local iomap.h
ARM: OMAP1: Move 16xx GPIO system clock to platform init code
ARM: OMAP: Move omap_init_consistent_dma_size() to local common.h
ARM: OMAP2+: Move SDRC related functions from io.h into local common.h
ARM: OMAP2+: Drop DISPC L3 firewall code
ARM: OMAP2xxx: PM: remove obsolete timer disable code in the suspend path
ARM: OMAP: McSPI: Remove unused flag from struct omap2_mcspi_device_config
(update to latest rmk/for-arm-soc branch)
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/mach-omap2/prm44xx.c')
-rw-r--r-- | arch/arm/mach-omap2/prm44xx.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/prm44xx.c b/arch/arm/mach-omap2/prm44xx.c index a1d6154dc120..eac623c7c3d8 100644 --- a/arch/arm/mach-omap2/prm44xx.c +++ b/arch/arm/mach-omap2/prm44xx.c | |||
@@ -17,11 +17,12 @@ | |||
17 | #include <linux/err.h> | 17 | #include <linux/err.h> |
18 | #include <linux/io.h> | 18 | #include <linux/io.h> |
19 | 19 | ||
20 | #include "common.h" | ||
21 | #include <plat/cpu.h> | 20 | #include <plat/cpu.h> |
22 | #include <plat/irqs.h> | 21 | #include <plat/irqs.h> |
23 | #include <plat/prcm.h> | 22 | #include <plat/prcm.h> |
24 | 23 | ||
24 | #include "iomap.h" | ||
25 | #include "common.h" | ||
25 | #include "vp.h" | 26 | #include "vp.h" |
26 | #include "prm44xx.h" | 27 | #include "prm44xx.h" |
27 | #include "prm-regbits-44xx.h" | 28 | #include "prm-regbits-44xx.h" |