diff options
author | Tero Kristo <t-kristo@ti.com> | 2014-10-27 18:39:25 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2014-10-27 18:39:25 +0300 |
commit | ab6c9bbf28e2b251a61261a95e99d588da73e9a6 (patch) | |
tree | 19e1225ce412e0611c88419d6e8b0d4ee3150837 /arch/arm/mach-omap2/omap_hwmod.c | |
parent | 1bc28b3472dc44e6282b464fdb851adcea859be7 (diff) | |
download | linux-ab6c9bbf28e2b251a61261a95e99d588da73e9a6.tar.xz |
ARM: OMAP4: CM: move public definitions from cminst44xx.h to cm44xx.h
cminst44xx.h will be removed, thus move the public APIs to cm44xx.h header.
Signed-off-by: Tero Kristo <t-kristo@ti.com>
Acked-by: Paul Walmsley <paul@pwsan.com>
Tested-by: Nishanth Menon <nm@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/omap_hwmod.c')
-rw-r--r-- | arch/arm/mach-omap2/omap_hwmod.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/omap_hwmod.c b/arch/arm/mach-omap2/omap_hwmod.c index 48f0d4d29c1b..e8098ca28dc5 100644 --- a/arch/arm/mach-omap2/omap_hwmod.c +++ b/arch/arm/mach-omap2/omap_hwmod.c @@ -153,7 +153,6 @@ #include "powerdomain.h" #include "cm2xxx.h" #include "cm3xxx.h" -#include "cminst44xx.h" #include "cm33xx.h" #include "prm.h" #include "prm3xxx.h" |