]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/asm-arm/arch-s5pc1xx/uart.h
s5pc1xx: SMDKC100: fix compile warnings
[karo-tx-uboot.git] / include / asm-arm / arch-s5pc1xx / uart.h
index bd7d6b2dda963c3ca46c5c8df81b51c26ece5ac1..140dbdc45fc9a42d03479b98243f0cd8050d974e 100644 (file)
 
 #ifndef __ASSEMBLY__
 struct s5pc1xx_uart {
-       unsigned long   ulcon;
-       unsigned long   ucon;
-       unsigned long   ufcon;
-       unsigned long   umcon;
-       unsigned long   utrstat;
-       unsigned long   uerstat;
-       unsigned long   ufstat;
-       unsigned long   umstat;
+       unsigned int    ulcon;
+       unsigned int    ucon;
+       unsigned int    ufcon;
+       unsigned int    umcon;
+       unsigned int    utrstat;
+       unsigned int    uerstat;
+       unsigned int    ufstat;
+       unsigned int    umstat;
        unsigned char   utxh;
        unsigned char   res1[3];
        unsigned char   urxh;
        unsigned char   res2[3];
-       unsigned long   ubrdiv;
+       unsigned int    ubrdiv;
        unsigned short  udivslot;
        unsigned char   res3[2];
        unsigned char   res4[0x3d0];