]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/lcd.h
video: atmel_hlcdfb: change type of 'mmio' to avoid unnecessary type casts
[karo-tx-uboot.git] / include / lcd.h
index eb1d12871fced64adbd09991f8324a369c15a7db..187584ca1372c4a9714eabbb29b09a21bdd2c58b 100644 (file)
@@ -167,7 +167,7 @@ typedef struct vidinfo {
        u_long vl_upper_margin; /* Time from sync to picture */
        u_long vl_lower_margin; /* Time from picture to sync */
 
-       u_long  mmio;           /* Memory mapped registers */
+       void *mmio;             /* Memory mapped registers */
 } vidinfo_t;
 
 #elif defined(CONFIG_EXYNOS_FB)