aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCatalin Marinas <catalin.marinas@arm.com>2012-08-11 15:49:23 +0100
committerCatalin Marinas <catalin.marinas@arm.com>2012-08-14 16:31:45 +0100
commit839c567cae25a558df6e8d16d7b2655a3984df2a (patch)
tree19ac9623391941717bc3cc97e20c73f233c224ee /include
parenta804d4fbb4552c46e8c71740ecec334f91014120 (diff)
downloadlinux-aarch64-839c567cae25a558df6e8d16d7b2655a3984df2a.tar.gz
Revert "fdt: Add generic dt_memblock_reserve() function"
This reverts commit 2fd68270332d85f72541f24add5d4247ef9359ff. A subsequent code will be posted for better code sharing between multiple architectures. Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Diffstat (limited to 'include')
-rw-r--r--include/linux/of_fdt.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/of_fdt.h b/include/linux/of_fdt.h
index bf4fe1ec7fb..ed136ad698c 100644
--- a/include/linux/of_fdt.h
+++ b/include/linux/of_fdt.h
@@ -117,7 +117,6 @@ extern int early_init_dt_scan_root(unsigned long node, const char *uname,
/* Other Prototypes */
extern void unflatten_device_tree(void);
extern void early_init_devtree(void *);
-extern void dt_memblock_reserve(void);
#else /* CONFIG_OF_FLATTREE */
static inline void unflatten_device_tree(void) {}
#endif /* CONFIG_OF_FLATTREE */