diff options
Diffstat (limited to 'arch/x86/include')
-rw-r--r-- | arch/x86/include/asm/memblock.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86/include/asm/memblock.h b/arch/x86/include/asm/memblock.h index bc9e44b0812d..a0cc7d66ac55 100644 --- a/arch/x86/include/asm/memblock.h +++ b/arch/x86/include/asm/memblock.h | |||
@@ -7,7 +7,5 @@ void memblock_x86_reserve_range(u64 start, u64 end, char *name); | |||
7 | void memblock_x86_free_range(u64 start, u64 end); | 7 | void memblock_x86_free_range(u64 start, u64 end); |
8 | 8 | ||
9 | u64 memblock_x86_hole_size(u64 start, u64 end); | 9 | u64 memblock_x86_hole_size(u64 start, u64 end); |
10 | u64 memblock_x86_free_memory_in_range(u64 addr, u64 limit); | ||
11 | u64 memblock_x86_memory_in_range(u64 addr, u64 limit); | ||
12 | 10 | ||
13 | #endif | 11 | #endif |