x86/mm: Remove kernel_unmap_pages_in_pgd() and efi_cleanup_page_tables()
[deliverable/linux.git] / arch / x86 / include / asm / pgtable_types.h
index d14d0a55322ad67c19d5893fad27bf5ffd627fc2..f1218f512f62dda18942a1776f347c1101abed4c 100644 (file)
@@ -481,8 +481,6 @@ extern pmd_t *lookup_pmd_address(unsigned long address);
 extern phys_addr_t slow_virt_to_phys(void *__address);
 extern int kernel_map_pages_in_pgd(pgd_t *pgd, u64 pfn, unsigned long address,
                                   unsigned numpages, unsigned long page_flags);
-void kernel_unmap_pages_in_pgd(pgd_t *root, unsigned long address,
-                              unsigned numpages);
 #endif /* !__ASSEMBLY__ */
 
 #endif /* _ASM_X86_PGTABLE_DEFS_H */
This page took 0.025963 seconds and 5 git commands to generate.