]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/asm-arm/io.h
Introduce phys_size_t and move phys_addr_t into asm/types.h
[people/ms/u-boot.git] / include / asm-arm / io.h
index 029b7f9eeb41de1431927e00a26e2aea980e7eef..c33b9e8d34271e2c531ed1483dfe3d279270a7d6 100644 (file)
@@ -38,8 +38,6 @@ static inline void sync(void)
  * that can be used to access the memory range with the caching
  * properties specified by "flags".
  */
-typedef unsigned long phys_addr_t;
-
 #define MAP_NOCACHE    (0)
 #define MAP_WRCOMBINE  (0)
 #define MAP_WRBACK     (0)