summaryrefslogtreecommitdiff
path: root/arch/arm/mach-omap2/prm33xx.h
diff options
context:
space:
mode:
authorTero Kristo <t-kristo@ti.com>2014-11-20 16:02:59 +0300
committerTero Kristo <t-kristo@ti.com>2015-03-31 21:26:36 +0300
commitab7b2ffcf576a49b51c240dcd68ca4b7cd60b84d (patch)
treed4d34e048713a8f7029ec525118469b7a79d35d8 /arch/arm/mach-omap2/prm33xx.h
parent2208bf115fecae211480ea41d25e6d56ec20d405 (diff)
downloadlinux-ab7b2ffcf576a49b51c240dcd68ca4b7cd60b84d.tar.xz
ARM: OMAP2+: PRM: move SoC specific init calls within a generic API
This gets rid of need for some exported driver APIs, and simplifies the initialization of the PRM driver. Done in preparation to make PRM a separate driver. The init data is now also passed to the SoC specific implementations, allowing future expansion to add feature flags etc. Signed-off-by: Tero Kristo <t-kristo@ti.com>
Diffstat (limited to 'arch/arm/mach-omap2/prm33xx.h')
-rw-r--r--arch/arm/mach-omap2/prm33xx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/prm33xx.h b/arch/arm/mach-omap2/prm33xx.h
index 98ac41f271da..2bc4ec52ba78 100644
--- a/arch/arm/mach-omap2/prm33xx.h
+++ b/arch/arm/mach-omap2/prm33xx.h
@@ -118,7 +118,7 @@
#define AM33XX_PM_CEFUSE_PWRSTST AM33XX_PRM_REGADDR(AM33XX_PRM_CEFUSE_MOD, 0x0004)
#ifndef __ASSEMBLER__
-int am33xx_prm_init(void);
+int am33xx_prm_init(const struct omap_prcm_init_data *data);
#endif /* ASSEMBLER */
#endif