mirror of
https://github.com/hardkernel/linux.git
synced 2026-03-31 10:13:04 +09:00
2 function symbol(s) added 'void* memremap_pages(struct dev_pagemap*, int)' 'void memunmap_pages(struct dev_pagemap*)' Add the memremap_pages() and memunmap_pages() functions exposed by CONFIG_ZONE_DEVICE, in order to allow drivers to map device memory in the logical mapping using memremap_pages(). Bug: 274657829 Change-Id: I4dfcbdbb1d2493f4137c356ba1d1a9679156cfed Signed-off-by: Chris Goldsworthy <quic_cgoldswo@quicinc.com>