diff options
| author | Adrian Bunk <bunk@fs.tum.de> | 2002-11-16 18:04:31 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.transmeta.com> | 2002-11-16 18:04:31 -0800 |
| commit | 31bb1aff71aa7c4b8d0ecc7c2df4fa6bded8f56d (patch) | |
| tree | 00c40fb3ad6105f20ae53ce17ddab5ea8d1451e7 /include/asm-arm | |
| parent | 7b9edd5000db67804b00da5da0b9680025b5f904 (diff) | |
[PATCH] trivial compile fix for pxa-regs.h
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 7a9d1c5a05f2..eeeae071fbdc 100644 --- a/include/asm-arm/arch-pxa/pxa-regs.h +++ b/include/asm-arm/arch-pxa/pxa-regs.h @@ -362,7 +362,7 @@ typedef void (*ExcpHndlr) (void) ; #define LSR_OE (1 << 1) /* Overrun Error */ #define LSR_DR (1 << 0) /* Data Ready */ -#define MCR_LOOP (1 << 4) */ +#define MCR_LOOP (1 << 4) #define MCR_OUT2 (1 << 3) /* force MSR_DCD in loopback mode */ #define MCR_OUT1 (1 << 2) /* force MSR_RI in loopback mode */ #define MCR_RTS (1 << 1) /* Request to Send */ |
