summaryrefslogtreecommitdiff
path: root/include/asm-arm
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@fs.tum.de>2002-11-16 18:04:31 -0800
committerLinus Torvalds <torvalds@home.transmeta.com>2002-11-16 18:04:31 -0800
commit31bb1aff71aa7c4b8d0ecc7c2df4fa6bded8f56d (patch)
tree00c40fb3ad6105f20ae53ce17ddab5ea8d1451e7 /include/asm-arm
parent7b9edd5000db67804b00da5da0b9680025b5f904 (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.h2
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 */