]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/asm-arm/arch-s5pc1xx/gpio.h
s5pc1xx: SMDKC100: fix compile warnings
[karo-tx-uboot.git] / include / asm-arm / arch-s5pc1xx / gpio.h
index 00104053152813ce1d1fb4ec926907e464f8c9b8..afbc7ea5ae5a8d3d572621b56a1014cb93460953 100644 (file)
 
 #ifndef __ASSEMBLY__
 struct s5pc1xx_gpio_bank {
-       unsigned long   con;
-       unsigned long   dat;
-       unsigned long   pull;
-       unsigned long   drv;
-       unsigned long   pdn_con;
-       unsigned long   pdn_pull;
+       unsigned int    con;
+       unsigned int    dat;
+       unsigned int    pull;
+       unsigned int    drv;
+       unsigned int    pdn_con;
+       unsigned int    pdn_pull;
        unsigned char   res1[8];
 };