diff options
Diffstat (limited to 'arch/arm/mach-pxa/clock.h')
-rw-r--r-- | arch/arm/mach-pxa/clock.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-pxa/clock.h b/arch/arm/mach-pxa/clock.h index cf2cbd0b4ea4..3a607521dc21 100644 --- a/arch/arm/mach-pxa/clock.h +++ b/arch/arm/mach-pxa/clock.h | |||
@@ -56,7 +56,7 @@ void clk_pxa2xx_cken_disable(struct clk *clk); | |||
56 | 56 | ||
57 | extern struct sysdev_class pxa2xx_clock_sysclass; | 57 | extern struct sysdev_class pxa2xx_clock_sysclass; |
58 | 58 | ||
59 | #ifdef CONFIG_PXA3xx | 59 | #if defined(CONFIG_PXA3xx) || defined(CONFIG_PXA95x) |
60 | #define DEFINE_PXA3_CKEN(_name, _cken, _rate, _delay) \ | 60 | #define DEFINE_PXA3_CKEN(_name, _cken, _rate, _delay) \ |
61 | struct clk clk_##_name = { \ | 61 | struct clk clk_##_name = { \ |
62 | .ops = &clk_pxa3xx_cken_ops, \ | 62 | .ops = &clk_pxa3xx_cken_ops, \ |