Remove prototypes for unimplemented LinuxKPI functions.

MFC after:	1 week
This commit is contained in:
Mark Johnston 2017-06-17 22:52:23 +00:00
parent d1c5e240a8
commit 8239734079

View File

@ -257,16 +257,6 @@ vm_get_page_prot(unsigned long vm_flags)
return (vm_flags & VM_PROT_ALL);
}
extern int vm_insert_mixed(struct vm_area_struct *, unsigned long addr, pfn_t pfn);
extern int
vm_insert_pfn(struct vm_area_struct *, unsigned long addr,
unsigned long pfn);
extern int
vm_insert_pfn_prot(struct vm_area_struct *, unsigned long addr,
unsigned long pfn, pgprot_t pgprot);
static inline vm_page_t
vmalloc_to_page(const void *addr)
{