Remove prototypes for unimplemented LinuxKPI functions.
MFC after: 1 week
This commit is contained in:
parent
d1c5e240a8
commit
8239734079
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user