diff options
| author | Vladimir Tsunaev <vladimirt@motorola.com> | 2014-06-09 14:05:31 -0400 |
|---|---|---|
| committer | Vladimir Tsunaev <vladimirt@motorola.com> | 2014-06-09 15:04:35 -0400 |
| commit | 53edb57d3c450d21332bb7761110853005b2b3df (patch) | |
| tree | 30e64d8568330dcdd76063c4d60566bc2f15dde1 /arch/arm/mach-omap2/omap_hwmod.c | |
| parent | 4f375998dbe2515e83ff368411ea48daf3106e68 (diff) | |
| download | olio-linux-3.10-53edb57d3c450d21332bb7761110853005b2b3df.tar.xz olio-linux-3.10-53edb57d3c450d21332bb7761110853005b2b3df.zip | |
IKXCLOCK-1638 Idle Mode Retention
Signed-off-by: Vladimir Tsunaev <vladimirt@motorola.com>
Diffstat (limited to 'arch/arm/mach-omap2/omap_hwmod.c')
| -rw-r--r-- | arch/arm/mach-omap2/omap_hwmod.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/omap_hwmod.c b/arch/arm/mach-omap2/omap_hwmod.c index 7341eff63f5..5cc51234add 100644 --- a/arch/arm/mach-omap2/omap_hwmod.c +++ b/arch/arm/mach-omap2/omap_hwmod.c @@ -2015,7 +2015,7 @@ static int _reset(struct omap_hwmod *oh) * XXX When the PRM code is moved to drivers, this function can be removed, * as the PRM infrastructure should abstract this. */ -static void _reconfigure_io_chain(void) +void _reconfigure_io_chain(void) { unsigned long flags; |