aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-pxa/include
diff options
context:
space:
mode:
authorNicolas Pitre <nicolas.pitre@linaro.org>2011-07-05 22:52:57 -0400
committerNicolas Pitre <nico@fluxnic.net>2011-10-13 12:49:47 -0400
commitf4220feb35e39dc3963f27dcce48b4dea398a83b (patch)
treeebba635b85c6cc2920895185c536a315fceb222b /arch/arm/mach-pxa/include
parent3bc465aab08f382a3005aa56296a3f7a549f379f (diff)
downloadkernel_samsung_smdk4412-f4220feb35e39dc3963f27dcce48b4dea398a83b.zip
kernel_samsung_smdk4412-f4220feb35e39dc3963f27dcce48b4dea398a83b.tar.gz
kernel_samsung_smdk4412-f4220feb35e39dc3963f27dcce48b4dea398a83b.tar.bz2
ARM: mach-pxa: remove mach/memory.h
Signed-off-by: Nicolas Pitre <nicolas.pitre@linaro.org>
Diffstat (limited to 'arch/arm/mach-pxa/include')
-rw-r--r--arch/arm/mach-pxa/include/mach/memory.h20
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 d05a597..0000000
--- 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