From e99ccb488181d012248c6be30b2093e950319fc5 Mon Sep 17 00:00:00 2001 From: Kumar Gala Date: Thu, 27 Mar 2008 11:46:38 -0500 Subject: Introduce phys_size_t and move phys_addr_t into asm/types.h Also add CONFIG_PHYS_64BIT on powerpc to deal with 32-bit ppc's that have larger physical addresses like 44x, 85xx, and 86xx. Signed-off-by: Kumar Gala --- include/asm-m68k/io.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/asm-m68k/io.h') diff --git a/include/asm-m68k/io.h b/include/asm-m68k/io.h index 33c454a4373..1fccc129232 100644 --- a/include/asm-m68k/io.h +++ b/include/asm-m68k/io.h @@ -232,8 +232,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) -- cgit v1.2.3