diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2009-01-08 05:57:08 -0500 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2009-01-08 11:29:43 -0500 |
commit | 21da67a23835db95a15abbe693ed6e0cdad58458 (patch) | |
tree | d1979b89b44415fdf787f30924aeaac5a73b699e /arch | |
parent | 7c9127da74be59464d7781c5bb64228032891724 (diff) |
[ARM] fix pxa
arch/arm/mach-pxa/pxa300.c:94: error: 'CKEN_MMC3' undeclared here (not in a function)
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/mach-pxa/include/mach/pxa3xx-regs.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-pxa/include/mach/pxa3xx-regs.h b/arch/arm/mach-pxa/include/mach/pxa3xx-regs.h index b1fcd10ab6c6..bcf3fb2c4b3a 100644 --- a/arch/arm/mach-pxa/include/mach/pxa3xx-regs.h +++ b/arch/arm/mach-pxa/include/mach/pxa3xx-regs.h | |||
@@ -193,10 +193,8 @@ | |||
193 | #define CKEN_MINI_IM 48 /* < Mini-IM */ | 193 | #define CKEN_MINI_IM 48 /* < Mini-IM */ |
194 | #define CKEN_MINI_LCD 49 /* < Mini LCD */ | 194 | #define CKEN_MINI_LCD 49 /* < Mini LCD */ |
195 | 195 | ||
196 | #if defined(CONFIG_CPU_PXA310) | ||
197 | #define CKEN_MMC3 5 /* < MMC3 Clock Enable */ | 196 | #define CKEN_MMC3 5 /* < MMC3 Clock Enable */ |
198 | #define CKEN_MVED 43 /* < MVED clock enable */ | 197 | #define CKEN_MVED 43 /* < MVED clock enable */ |
199 | #endif | ||
200 | 198 | ||
201 | /* Note: GCU clock enable bit differs on PXA300/PXA310 and PXA320 */ | 199 | /* Note: GCU clock enable bit differs on PXA300/PXA310 and PXA320 */ |
202 | #define PXA300_CKEN_GRAPHICS 42 /* Graphics controller clock enable */ | 200 | #define PXA300_CKEN_GRAPHICS 42 /* Graphics controller clock enable */ |