mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
memblock: Remove memblock_find()
Nobody uses it anymore. It's semantics were ... weird Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
This commit is contained in:
parent
1e2b904026
commit
b693fffb18
2 changed files with 0 additions and 33 deletions
|
@ -60,7 +60,6 @@ extern int memblock_is_memory(u64 addr);
|
|||
extern int memblock_is_region_memory(u64 base, u64 size);
|
||||
extern int __init memblock_is_reserved(u64 addr);
|
||||
extern int memblock_is_region_reserved(u64 base, u64 size);
|
||||
extern int memblock_find(struct memblock_region *res);
|
||||
|
||||
extern void memblock_dump_all(void);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue