diff options
author | Paul Walmsley <paul@pwsan.com> | 2012-06-20 01:01:02 +0400 |
---|---|---|
committer | Paul Walmsley <paul@pwsan.com> | 2012-06-20 01:01:02 +0400 |
commit | 868c157df9721675c19729eed2c96bac6c3f1d01 (patch) | |
tree | e5483f335c18967895014d8a61ebfe6eb4801eb3 /arch/arm/mach-omap2/clockdomain.h | |
parent | 485802a6c524e62b5924849dd727ddbb1497cc71 (diff) | |
download | linux-868c157df9721675c19729eed2c96bac6c3f1d01.tar.xz |
ARM: OMAP2+: hwmod: remove prm_clkdm, cm_clkdm; allow hwmods to have no clockdomain
Remove prm_clkdm and cm_clkdm and allow hwmods to have no clockdomain.
Signed-off-by: Paul Walmsley <paul@pwsan.com>
Cc: BenoƮt Cousson <b-cousson@ti.com>
Diffstat (limited to 'arch/arm/mach-omap2/clockdomain.h')
-rw-r--r-- | arch/arm/mach-omap2/clockdomain.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-omap2/clockdomain.h b/arch/arm/mach-omap2/clockdomain.h index f7b58609bad8..349dcbb6fecb 100644 --- a/arch/arm/mach-omap2/clockdomain.h +++ b/arch/arm/mach-omap2/clockdomain.h @@ -206,7 +206,5 @@ extern struct clkdm_ops omap4_clkdm_operations; extern struct clkdm_dep gfx_24xx_wkdeps[]; extern struct clkdm_dep dsp_24xx_wkdeps[]; extern struct clockdomain wkup_common_clkdm; -extern struct clockdomain prm_common_clkdm; -extern struct clockdomain cm_common_clkdm; #endif |