diff options
author | Tero Kristo <t-kristo@ti.com> | 2014-05-12 03:41:50 +0200 |
---|---|---|
committer | Paul Walmsley <paul@pwsan.com> | 2014-05-16 06:34:48 +0200 |
commit | 4794208c5b0122e51e3e13830bb707466b638c4c (patch) | |
tree | 410084f6c0a2640d7d31a890a2d3aa084c66f248 /arch/arm/mach-omap2/prcm_mpu44xx.h | |
parent | ARM: OMAP4: CM: use cm_base* in register address calculations (diff) | |
download | linux-4794208c5b0122e51e3e13830bb707466b638c4c.tar.xz linux-4794208c5b0122e51e3e13830bb707466b638c4c.zip |
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/prcm_mpu44xx.h')
-rw-r--r-- | arch/arm/mach-omap2/prcm_mpu44xx.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/prcm_mpu44xx.h b/arch/arm/mach-omap2/prcm_mpu44xx.h index 059bd4f49035..ac9cb4550239 100644 --- a/arch/arm/mach-omap2/prcm_mpu44xx.h +++ b/arch/arm/mach-omap2/prcm_mpu44xx.h @@ -26,7 +26,6 @@ #define __ARCH_ARM_MACH_OMAP2_PRCM_MPU44XX_H #include "prcm_mpu_44xx_54xx.h" -#include "common.h" #define OMAP4430_PRCM_MPU_BASE 0x48243000 |