aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/omap_hwmod.h
diff options
context:
space:
mode:
authorTony Lindgren <tony@atomide.com>2017-03-14 16:13:19 -0400
committerTony Lindgren <tony@atomide.com>2017-03-14 16:13:19 -0400
commitca5339b18c6b0a94d869ef72861bc8423c788ad0 (patch)
tree29bb866be268f7d1a3a210a4fb20bc7c9234b657 /arch/arm/mach-omap2/omap_hwmod.h
parentb8e1bddc9826c08ba479a785ea3c212ed6f54ef8 (diff)
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.h')
-rw-r--r--arch/arm/mach-omap2/omap_hwmod.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/omap_hwmod.h b/arch/arm/mach-omap2/omap_hwmod.h
index 03d5560d0ecd..e0f0d9860875 100644
--- a/arch/arm/mach-omap2/omap_hwmod.h
+++ b/arch/arm/mach-omap2/omap_hwmod.h
@@ -411,7 +411,6 @@ struct omap_hwmod_class_sysconfig {
411 struct omap_hwmod_sysc_fields *sysc_fields; 411 struct omap_hwmod_sysc_fields *sysc_fields;
412 u8 srst_udelay; 412 u8 srst_udelay;
413 u8 idlemodes; 413 u8 idlemodes;
414 u8 clockact;
415}; 414};
416 415
417/** 416/**