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/powerdomain.c | |
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/powerdomain.c')
-rw-r--r-- | arch/arm/mach-omap2/powerdomain.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/powerdomain.c b/arch/arm/mach-omap2/powerdomain.c index 93a2a6e4260f..faebd5f076af 100644 --- a/arch/arm/mach-omap2/powerdomain.c +++ b/arch/arm/mach-omap2/powerdomain.c @@ -32,6 +32,7 @@ #include "powerdomain.h" #include "clockdomain.h" +#include "voltage.h" #include "soc.h" #include "pm.h" |