diff options
author | Nicolas Pitre <nicolas.pitre@linaro.org> | 2011-07-06 06:52:57 +0400 |
---|---|---|
committer | Nicolas Pitre <nico@fluxnic.net> | 2011-10-13 20:49:47 +0400 |
commit | f4220feb35e39dc3963f27dcce48b4dea398a83b (patch) | |
tree | ebba635b85c6cc2920895185c536a315fceb222b /arch/arm/mach-pxa/include/mach/memory.h | |
parent | 3bc465aab08f382a3005aa56296a3f7a549f379f (diff) | |
download | linux-f4220feb35e39dc3963f27dcce48b4dea398a83b.tar.xz |
ARM: mach-pxa: remove mach/memory.h
Signed-off-by: Nicolas Pitre <nicolas.pitre@linaro.org>
Diffstat (limited to 'arch/arm/mach-pxa/include/mach/memory.h')
-rw-r--r-- | arch/arm/mach-pxa/include/mach/memory.h | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/arch/arm/mach-pxa/include/mach/memory.h b/arch/arm/mach-pxa/include/mach/memory.h deleted file mode 100644 index d05a59727d66..000000000000 --- a/arch/arm/mach-pxa/include/mach/memory.h +++ /dev/null @@ -1,20 +0,0 @@ -/* - * arch/arm/mach-pxa/include/mach/memory.h - * - * Author: Nicolas Pitre - * Copyright: (C) 2001 MontaVista Software Inc. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License version 2 as - * published by the Free Software Foundation. - */ - -#ifndef __ASM_ARCH_MEMORY_H -#define __ASM_ARCH_MEMORY_H - -/* - * Physical DRAM offset. - */ -#define PLAT_PHYS_OFFSET UL(0xa0000000) - -#endif |