diff options
author | Tero Kristo <t-kristo@ti.com> | 2014-05-12 05:41:50 +0400 |
---|---|---|
committer | Paul Walmsley <paul@pwsan.com> | 2014-05-16 08:34:48 +0400 |
commit | 4794208c5b0122e51e3e13830bb707466b638c4c (patch) | |
tree | 410084f6c0a2640d7d31a890a2d3aa084c66f248 /arch/arm/mach-omap2/cm33xx.h | |
parent | cdb445147a4e45f716c078f78277ea6524b76dd0 (diff) | |
download | linux-4794208c5b0122e51e3e13830bb707466b638c4c.tar.xz |
ARM: OMAP2+: PRCM: cleanup some header includes
Some of the includes are totally unnecessary, remove some others in
preparation to make the PRCM its own driver.
Signed-off-by: Tero Kristo <t-kristo@ti.com>
[paul@pwsan.com: updated to apply; fixed build error on OMAP2xxx-only configs]
Signed-off-by: Paul Walmsley <paul@pwsan.com>
Diffstat (limited to 'arch/arm/mach-omap2/cm33xx.h')
-rw-r--r-- | arch/arm/mach-omap2/cm33xx.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/mach-omap2/cm33xx.h b/arch/arm/mach-omap2/cm33xx.h index cfb8891b0c0e..15a778ce7707 100644 --- a/arch/arm/mach-omap2/cm33xx.h +++ b/arch/arm/mach-omap2/cm33xx.h @@ -17,11 +17,8 @@ #ifndef __ARCH_ARM_MACH_OMAP2_CM_33XX_H #define __ARCH_ARM_MACH_OMAP2_CM_33XX_H -#include "common.h" - #include "cm.h" #include "cm-regbits-33xx.h" -#include "iomap.h" /* CM base address */ #define AM33XX_CM_BASE 0x44e00000 |