From cf1bb28a1f85e599855e51c8abf55f3f9ee9461c Mon Sep 17 00:00:00 2001 From: =?utf8?q?=E9=BB=84=E6=B6=9B?= Date: Mon, 27 Jun 2011 13:01:05 +0800 Subject: [PATCH] rk29: memory.h: fix for highmem --- arch/arm/mach-rk29/include/mach/memory.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/arch/arm/mach-rk29/include/mach/memory.h b/arch/arm/mach-rk29/include/mach/memory.h index 7492e70ee306..b634bcda6369 100644 --- a/arch/arm/mach-rk29/include/mach/memory.h +++ b/arch/arm/mach-rk29/include/mach/memory.h @@ -19,10 +19,6 @@ /* physical offset of RAM */ #define PHYS_OFFSET UL(0x60000000) -/* bus address and physical addresses are identical */ -#define __virt_to_bus(x) __virt_to_phys(x) -#define __bus_to_virt(x) __phys_to_virt(x) - #define CONSISTENT_DMA_SIZE SZ_8M /* -- 2.34.1