---
 include/asm-arm/arch-s3c2410/regs-serial.h |   16 	8 +	8 -	0 !
 1 file changed, 8 insertions(+), 8 deletions(-)

Index: linux-2.6/include/asm-arm/arch-s3c2410/regs-serial.h
===================================================================
--- linux-2.6.orig/include/asm-arm/arch-s3c2410/regs-serial.h	2006-06-18 22:53:45.000000000 +0200
+++ linux-2.6/include/asm-arm/arch-s3c2410/regs-serial.h	2006-06-18 22:55:31.000000000 +0200
@@ -182,14 +182,14 @@ struct s3c24xx_uart_clksrc {
 */
 
 struct s3c2410_uartcfg {
-	unsigned char	   hwport;	 /* hardware port number */
-	unsigned char	   unused;
-	unsigned short	   flags;
-	unsigned long	   uart_flags;	 /* default uart flags */
-
-	unsigned long	   ucon;	 /* value of ucon for port */
-	unsigned long	   ulcon;	 /* value of ulcon for port */
-	unsigned long	   ufcon;	 /* value of ufcon for port */
+	unsigned char		   hwport;	 /* hardware port number */
+	unsigned char		   unused;
+	unsigned short		   flags;
+	unsigned int __bitwise__   uart_flags;	 /* default uart flags */
+
+	unsigned long		   ucon;	 /* value of ucon for port */
+	unsigned long		   ulcon;	 /* value of ulcon for port */
+	unsigned long		   ufcon;	 /* value of ufcon for port */
 
 	struct s3c24xx_uart_clksrc *clocks;
 	unsigned int		    clocks_size;
