diff options
author | David Hunter | 2009-07-30 14:32:49 -0700 |
---|---|---|
committer | Jean-Christophe PLAGNIOL-VILLARD | 2009-08-01 16:06:26 +0200 |
commit | 301b7db88fbdf7d118efb79b371b2527a2c31868 (patch) | |
tree | b8ae7518a57ca5803ba8802951b16a5556d4eaf0 /include/asm-arm | |
parent | 3c448e648221879ae0e030e94508b4f9f63b7ab8 (diff) |
pxa: Fix typo in GCDR(x)
Fix a typo in the GCDR(x) macro. It's a good thing no one was using it.
Signed-off-by: David Hunter <hunterd42@gmail.com>
Diffstat (limited to 'include/asm-arm')
-rw-r--r-- | include/asm-arm/arch-pxa/pxa-regs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-arm/arch-pxa/pxa-regs.h b/include/asm-arm/arch-pxa/pxa-regs.h index 2a723dceaaf..f34af197243 100644 --- a/include/asm-arm/arch-pxa/pxa-regs.h +++ b/include/asm-arm/arch-pxa/pxa-regs.h @@ -1217,7 +1217,7 @@ typedef void (*ExcpHndlr) (void) ; #define GCFER3 __REG(0x40E004AC) /* Clr Falling Edge Det. Enable[127:96] */ #define GSDR(x) __REG2(0x40E00400, ((x) & 0x60) >> 3) -#define GCDR(x) __REG2(0x40300420, ((x) & 0x60) >> 3) +#define GCDR(x) __REG2(0x40E00420, ((x) & 0x60) >> 3) /* Multi-funktion Pin Registers, uncomplete, only: * - GPIO |