mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
kernel/memremap.c: remove the unused device_private_entry_fault() export
This export has been entirely unused since it was added more than 1 1/2 years ago. Link: http://lkml.kernel.org/r/20190429115535.12793-1-hch@lst.de Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Dan Williams <dan.j.williams@intel.com> Reviewed-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
a1b8e6abf3
commit
640be2d1ff
1 changed files with 0 additions and 1 deletions
|
@ -45,7 +45,6 @@ vm_fault_t device_private_entry_fault(struct vm_area_struct *vma,
|
|||
*/
|
||||
return devmem->page_fault(vma, addr, page, flags, pmdp);
|
||||
}
|
||||
EXPORT_SYMBOL(device_private_entry_fault);
|
||||
#endif /* CONFIG_DEVICE_PRIVATE */
|
||||
|
||||
static void pgmap_array_delete(struct resource *res)
|
||||
|
|
Loading…
Reference in a new issue