summaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-omap/include/plat/omap_hwmod.h
diff options
context:
space:
mode:
authorTony Lindgren2012-07-06 09:58:43 +0200
committerTony Lindgren2012-07-06 09:58:43 +0200
commit68c9a95e9253ce1776bd21bf8d37ddf213cced66 (patch)
tree286f516466c6c4ceaa404dfb97edbd4a393451f9 /arch/arm/plat-omap/include/plat/omap_hwmod.h
parentARM: OMAP2+: Remove unnecessary ifdef around __omap2_set_globals (diff)
downloadkernel-qcow2-linux-68c9a95e9253ce1776bd21bf8d37ddf213cced66.tar.gz
kernel-qcow2-linux-68c9a95e9253ce1776bd21bf8d37ddf213cced66.tar.xz
kernel-qcow2-linux-68c9a95e9253ce1776bd21bf8d37ddf213cced66.zip
ARM: OMAP2+: Fix mismerge for omap_hwmod_get_main_clk() API
Commit ac5b0ea3d (Merge tag 'omap-devel-f-for-3.6'...) had a merge conflict that somehow got incorrecly resolved in a lossy way for commit bed9d1bb (ARM: OMAP2+: hwmod: add omap_hwmod_get_main_clk() API). Fix the issue by applying the missing pieces. Reported-by: Santosh Shilimkar <santosh.shilimkar@ti.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/plat-omap/include/plat/omap_hwmod.h')
-rw-r--r--arch/arm/plat-omap/include/plat/omap_hwmod.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/plat-omap/include/plat/omap_hwmod.h b/arch/arm/plat-omap/include/plat/omap_hwmod.h
index 30f55eb8b0bc..6132972aff37 100644
--- a/arch/arm/plat-omap/include/plat/omap_hwmod.h
+++ b/arch/arm/plat-omap/include/plat/omap_hwmod.h
@@ -648,6 +648,8 @@ int omap_hwmod_pad_route_irq(struct omap_hwmod *oh, int pad_idx, int irq_idx);
extern void __init omap_hwmod_init(void);
+const char *omap_hwmod_get_main_clk(struct omap_hwmod *oh);
+
/*
* Chip variant-specific hwmod init routines - XXX should be converted
* to use initcalls once the initial boot ordering is straightened out