hv: e820: remove get_mem_range_info

No one uses get_mem_range_info to get the top/bottom/size of the physical memory.
We could get these informations by e820 table easily.

Tracked-On: #5830
Signed-off-by: Li Fei1 <fei1.li@intel.com>
Acked-by: eddie Dong <eddie.dong@intel.com>
This commit is contained in:
Li Fei1
2021-03-05 14:16:48 +08:00
committed by wenlingz
parent 3a465388d4
commit 41e2d40d1f
2 changed files with 0 additions and 40 deletions

View File

@@ -44,7 +44,4 @@ uint32_t get_e820_entries_count(void);
/* get the e802 entiries */
const struct e820_entry *get_e820_entry(void);
/* get the e820 total memory info */
const struct mem_range *get_mem_range_info(void);
#endif