Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: spear: remove mach/memory.h and plat/memory.h

Signed-off-by: Nicolas Pitre <nicolas.pitre@linaro.org>

authored by

Nicolas Pitre and committed by
Nicolas Pitre
94cc0a78 9d255449

+1 -58
+1
arch/arm/Kconfig
··· 917 917 select CLKSRC_MMIO 918 918 select GENERIC_CLOCKEVENTS 919 919 select HAVE_CLK 920 + select NO_MACH_MEMORY_H 920 921 help 921 922 Support for ST's SPEAr platform (SPEAr3xx, SPEAr6xx and SPEAr13xx). 922 923
-19
arch/arm/mach-spear3xx/include/mach/memory.h
··· 1 - /* 2 - * arch/arm/mach-spear3xx/include/mach/memory.h 3 - * 4 - * Memory map for SPEAr3xx machine family 5 - * 6 - * Copyright (C) 2009 ST Microelectronics 7 - * Viresh Kumar<viresh.kumar@st.com> 8 - * 9 - * This file is licensed under the terms of the GNU General Public 10 - * License version 2. This program is licensed "as is" without any 11 - * warranty of any kind, whether express or implied. 12 - */ 13 - 14 - #ifndef __MACH_MEMORY_H 15 - #define __MACH_MEMORY_H 16 - 17 - #include <plat/memory.h> 18 - 19 - #endif /* __MACH_MEMORY_H */
-19
arch/arm/mach-spear6xx/include/mach/memory.h
··· 1 - /* 2 - * arch/arm/mach-spear6xx/include/mach/memory.h 3 - * 4 - * Memory map for SPEAr6xx machine family 5 - * 6 - * Copyright (C) 2009 ST Microelectronics 7 - * Rajeev Kumar<rajeev-dlh.kumar@st.com> 8 - * 9 - * This file is licensed under the terms of the GNU General Public 10 - * License version 2. This program is licensed "as is" without any 11 - * warranty of any kind, whether express or implied. 12 - */ 13 - 14 - #ifndef __MACH_MEMORY_H 15 - #define __MACH_MEMORY_H 16 - 17 - #include <plat/memory.h> 18 - 19 - #endif /* __MACH_MEMORY_H */
-20
arch/arm/plat-spear/include/plat/memory.h
··· 1 - /* 2 - * arch/arm/plat-spear/include/plat/memory.h 3 - * 4 - * Memory map for SPEAr platform 5 - * 6 - * Copyright (C) 2009 ST Microelectronics 7 - * Viresh Kumar<viresh.kumar@st.com> 8 - * 9 - * This file is licensed under the terms of the GNU General Public 10 - * License version 2. This program is licensed "as is" without any 11 - * warranty of any kind, whether express or implied. 12 - */ 13 - 14 - #ifndef __PLAT_MEMORY_H 15 - #define __PLAT_MEMORY_H 16 - 17 - /* Physical DRAM offset */ 18 - #define PLAT_PHYS_OFFSET UL(0x00000000) 19 - 20 - #endif /* __PLAT_MEMORY_H */