blob: e70a219265c125333f7cdd09468b9fbe98fc6c73 [file] [log] [blame]
From 9206f5400013c490998e6b98869486b17ec5ff2b Mon Sep 17 00:00:00 2001
From: Magnus Damm <damm@opensource.se>
Date: Mon, 10 Jun 2013 18:47:06 +0900
Subject: ARM: shmobile: Remove mach/memory.h
Remove mach-shmobile memory.h since it is no longer needed.
Signed-off-by: Magnus Damm <damm@opensource.se>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
(cherry picked from commit 21ba05a6c2defa228a5aa1100bd012e7a4f0fb30)
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
arch/arm/mach-shmobile/include/mach/memory.h | 7 -------
1 file changed, 7 deletions(-)
delete mode 100644 arch/arm/mach-shmobile/include/mach/memory.h
diff --git a/arch/arm/mach-shmobile/include/mach/memory.h b/arch/arm/mach-shmobile/include/mach/memory.h
deleted file mode 100644
index 0ffbe815..00000000
--- a/arch/arm/mach-shmobile/include/mach/memory.h
+++ /dev/null
@@ -1,7 +0,0 @@
-#ifndef __ASM_MACH_MEMORY_H
-#define __ASM_MACH_MEMORY_H
-
-#define PLAT_PHYS_OFFSET UL(CONFIG_MEMORY_START)
-#define MEM_SIZE UL(CONFIG_MEMORY_SIZE)
-
-#endif /* __ASM_MACH_MEMORY_H */
--
1.8.4.3.gca3854a