diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2008-11-04 10:10:54 -0500 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2009-02-02 09:49:08 -0500 |
commit | db8ac47cfccaafd3fa4c5c15320809d44f4fcef9 (patch) | |
tree | 34265bd60e6d082979cdc5ff5dc23e21ef0b9d9d /arch/arm/mach-omap2/clock24xx.h | |
parent | de8696203e64f19ea26f8e096ac8a796e78216b3 (diff) |
[ARM] omap: remove VIRTUAL_CLOCK
Nothing tests the clock flags for this bit, so it serves no purpose.
Remove it.
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-omap2/clock24xx.h')
-rw-r--r-- | arch/arm/mach-omap2/clock24xx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/clock24xx.h b/arch/arm/mach-omap2/clock24xx.h index ad6d98d177c5..8c57a2e180f6 100644 --- a/arch/arm/mach-omap2/clock24xx.h +++ b/arch/arm/mach-omap2/clock24xx.h | |||
@@ -2629,7 +2629,7 @@ static struct clk mmchsdb2_fck = { | |||
2629 | static struct clk virt_prcm_set = { | 2629 | static struct clk virt_prcm_set = { |
2630 | .name = "virt_prcm_set", | 2630 | .name = "virt_prcm_set", |
2631 | .flags = CLOCK_IN_OMAP242X | CLOCK_IN_OMAP243X | | 2631 | .flags = CLOCK_IN_OMAP242X | CLOCK_IN_OMAP243X | |
2632 | VIRTUAL_CLOCK | ALWAYS_ENABLED | DELAYED_APP, | 2632 | ALWAYS_ENABLED | DELAYED_APP, |
2633 | .parent = &mpu_ck, /* Indexed by mpu speed, no parent */ | 2633 | .parent = &mpu_ck, /* Indexed by mpu speed, no parent */ |
2634 | .recalc = &omap2_table_mpu_recalc, /* sets are keyed on mpu rate */ | 2634 | .recalc = &omap2_table_mpu_recalc, /* sets are keyed on mpu rate */ |
2635 | .set_rate = &omap2_select_table_rate, | 2635 | .set_rate = &omap2_select_table_rate, |