Messages in this thread Patch in this message |  | | Date | Sun, 1 Sep 2002 15:52:36 -0400 (EDT) | From | John Kim <> | Subject | [PATCH][2.5.33] trivial compile fix for include/asm-arm/arch-pxa/pxa-regs.h |
| |
This is a simple compile fix patch for 2.5.33.
John Kim
diff -Naur linux-2.5.33/include/asm-arm/arch-pxa/pxa-regs.h linux-2.5.33-new/include/asm-arm/arch-pxa/pxa-regs.h --- linux-2.5.33/include/asm-arm/arch-pxa/pxa-regs.h Sun Sep 1 15:00:00 2002 +++ linux-2.5.33-new/include/asm-arm/arch-pxa/pxa-regs.h Sun Sep 1 15:11:01 2002 @@ -362,7 +362,7 @@ #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 */ - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |