aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/memblock.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/memblock.h')
-rw-r--r--include/linux/memblock.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/memblock.h b/include/linux/memblock.h
index 7d70fdd43db4..776c7d945dcc 100644
--- a/include/linux/memblock.h
+++ b/include/linux/memblock.h
@@ -60,7 +60,6 @@ extern int memblock_is_memory(u64 addr);
60extern int memblock_is_region_memory(u64 base, u64 size); 60extern int memblock_is_region_memory(u64 base, u64 size);
61extern int __init memblock_is_reserved(u64 addr); 61extern int __init memblock_is_reserved(u64 addr);
62extern int memblock_is_region_reserved(u64 base, u64 size); 62extern int memblock_is_region_reserved(u64 base, u64 size);
63extern int memblock_find(struct memblock_region *res);
64 63
65extern void memblock_dump_all(void); 64extern void memblock_dump_all(void);
66 65