diff options
author | Tony Lindgren <tony@atomide.com> | 2017-03-14 21:13:19 +0100 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2017-03-14 21:13:19 +0100 |
commit | ca5339b18c6b0a94d869ef72861bc8423c788ad0 (patch) | |
tree | 29bb866be268f7d1a3a210a4fb20bc7c9234b657 /arch/arm/mach-omap2/omap_hwmod.h | |
parent | ARM: OMAP2+: Use list_for_each_entry for hwmod slave_ports (diff) | |
download | linux-ca5339b18c6b0a94d869ef72861bc8423c788ad0.tar.xz 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.h')
-rw-r--r-- | arch/arm/mach-omap2/omap_hwmod.h | 1 |
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 { struct omap_hwmod_sysc_fields *sysc_fields; u8 srst_udelay; u8 idlemodes; - u8 clockact; }; /** |