On Mon, Sep 01, 2008 at 07:07:27PM +0530, Rajendra Nayak wrote: > This patch adds the context save restore functions for UART > --- linux-omap-2.6.orig/include/linux/serial_reg.h 2008-09-01 > 18:11:29.000000000 +0530 > +++ linux-omap-2.6/include/linux/serial_reg.h 2008-09-01 18:11:50.000000000 +0530 > @@ -323,6 +323,7 @@ > #define UART_OMAP_MVER 0x14 /* Module version register */ > #define UART_OMAP_SYSC 0x15 /* System configuration register */ > #define UART_OMAP_SYSS 0x16 /* System status register */ > +#define UART_OMAP_WER 0x17 /* Wake-up enable register */ Please match the indentation style. > > #endif /* _LINUX_SERIAL_REG_H */ > > Index: linux-omap-2.6/arch/arm/plat-omap/include/mach/serial.h > =================================================================== > --- linux-omap-2.6.orig/arch/arm/plat-omap/include/mach/serial.h 2008-09-01 > 18:11:29.000000000 +0530 > +++ linux-omap-2.6/arch/arm/plat-omap/include/mach/serial.h 2008-09-01 > 18:11:50.000000000 +0530 > @@ -39,5 +39,16 @@ > __ret = 1; \ > __ret; \ > }) > - > +#ifndef __ASSEMBLY__ There should be a blank line between the previous macro and this ifndef. -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html