diff options
author | Marek Szyprowski <[email protected]> | 2013-10-11 09:27:27 +0200 |
---|---|---|
committer | Grant Likely <[email protected]> | 2013-10-15 09:25:53 +0100 |
commit | cebf3e40b01bbf88d38dc954397414afaa280023 (patch) | |
tree | e67e61a281e53e7d61a220b53f5c55836cf43bd1 | |
parent | b920ecc826eacf7ad7dfeabc0cf74a8b88e3b7f5 (diff) |
Revert "ARM: init: add support for reserved memory defined by device tree"
This reverts commit 10bcdfb8ba24760f715f0a700c3812747eddddf5. There is
no consensus on the bindings for the reserved memory, so the code for
handing it will be reverted.
Signed-off-by: Marek Szyprowski <[email protected]>
Signed-off-by: Grant Likely <[email protected]>
-rw-r--r-- | arch/arm/mm/init.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/mm/init.c b/arch/arm/mm/init.c index febaee7ca57b..18ec4c504abf 100644 --- a/arch/arm/mm/init.c +++ b/arch/arm/mm/init.c @@ -17,7 +17,6 @@ #include <linux/nodemask.h> #include <linux/initrd.h> #include <linux/of_fdt.h> -#include <linux/of_reserved_mem.h> #include <linux/highmem.h> #include <linux/gfp.h> #include <linux/memblock.h> @@ -379,8 +378,6 @@ void __init arm_memblock_init(struct meminfo *mi, if (mdesc->reserve) mdesc->reserve(); - early_init_dt_scan_reserved_mem(); - /* * reserve memory for DMA contigouos allocations, * must come from DMA area inside low memory |