summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/clock24xx.h
diff options
context:
space:
mode:
authorRussell King2008-11-04 16:10:54 +0100
committerRussell King2009-02-02 15:49:08 +0100
commitdb8ac47cfccaafd3fa4c5c15320809d44f4fcef9 (patch)
tree34265bd60e6d082979cdc5ff5dc23e21ef0b9d9d /arch/arm/mach-omap2/clock24xx.h
parentMerge branch 'omap-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tm... (diff)
downloadkernel-qcow2-linux-db8ac47cfccaafd3fa4c5c15320809d44f4fcef9.tar.gz
kernel-qcow2-linux-db8ac47cfccaafd3fa4c5c15320809d44f4fcef9.tar.xz
kernel-qcow2-linux-db8ac47cfccaafd3fa4c5c15320809d44f4fcef9.zip
[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.h2
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 = {
static struct clk virt_prcm_set = {
.name = "virt_prcm_set",
.flags = CLOCK_IN_OMAP242X | CLOCK_IN_OMAP243X |
- VIRTUAL_CLOCK | ALWAYS_ENABLED | DELAYED_APP,
+ ALWAYS_ENABLED | DELAYED_APP,
.parent = &mpu_ck, /* Indexed by mpu speed, no parent */
.recalc = &omap2_table_mpu_recalc, /* sets are keyed on mpu rate */
.set_rate = &omap2_select_table_rate,