summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/omap_hwmod.c
diff options
context:
space:
mode:
authorTony Lindgren <tony@atomide.com>2017-03-14 13:13:19 -0700
committerTony Lindgren <tony@atomide.com>2017-03-14 13:13:19 -0700
commitca5339b18c6b0a94d869ef72861bc8423c788ad0 (patch)
tree29bb866be268f7d1a3a210a4fb20bc7c9234b657 /arch/arm/mach-omap2/omap_hwmod.c
parentb8e1bddc9826c08ba479a785ea3c212ed6f54ef8 (diff)
downloadlinux-ca5339b18c6b0a94d869ef72861bc8423c788ad0.tar.gz
linux-ca5339b18c6b0a94d869ef72861bc8423c788ad0.tar.bz2
linux-ca5339b18c6b0a94d869ef72861bc8423c788ad0.zip
ARM: OMAP2+: Remove unused CLOCKACT_TEST_ICLK
This is not used so let's remove it. 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.c2
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 33b36c392210..8a4039325845 100644
--- a/arch/arm/mach-omap2/omap_hwmod.c
+++ b/arch/arm/mach-omap2/omap_hwmod.c
@@ -1328,7 +1328,7 @@ static void _enable_sysc(struct omap_hwmod *oh)
*/
if ((oh->flags & HWMOD_SET_DEFAULT_CLOCKACT) &&
(sf & SYSC_HAS_CLOCKACTIVITY))
- _set_clockactivity(oh, oh->class->sysc->clockact, &v);
+ _set_clockactivity(oh, CLOCKACT_TEST_ICLK, &v);
_write_sysconfig(v, oh);