]> git.sur5r.net Git - u-boot/blobdiff - board/trab/tsc2000.h
Merge branch 'master' of git://git.denx.de/u-boot-mpc83xx
[u-boot] / board / trab / tsc2000.h
index 50c09c295ae3f6e757609d2025ccc13c2f66961d..0b6253f656658b401e54e3ec7a86ce143a8347e6 100644 (file)
@@ -128,7 +128,7 @@ void adc_wait_conversion_done(void);
 
 static inline void SET_CS_TOUCH(void)
 {
-       S3C24X0_GPIO * const gpio = S3C24X0_GetBase_GPIO();
+       struct s3c24x0_gpio * const gpio = s3c24x0_get_base_gpio();
 
        gpio->PDDAT &= 0x5FF;
 }
@@ -136,7 +136,7 @@ static inline void SET_CS_TOUCH(void)
 
 static inline void CLR_CS_TOUCH(void)
 {
-       S3C24X0_GPIO * const gpio = S3C24X0_GetBase_GPIO();
+       struct s3c24x0_gpio * const gpio = s3c24x0_get_base_gpio();
 
        gpio->PDDAT |= 0x200;
 }