Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b21d7a0f authored by Quentin Perret's avatar Quentin Perret Committed by Saravana Kannan
Browse files

ANDROID: GKI: mm/memblock: export memblock_overlaps_memory



The PIL driver needs it, export the symbol to enable compilation as a
module.

Bug: 144523239
Change-Id: I43692fa55d17c3196719c6606766d4fd5c5f6c65
Signed-off-by: default avatarQuentin Perret <qperret@google.com>
Signed-off-by: default avatarSaravana Kannan <saravanak@google.com>
parent 3b0049b8
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1780,6 +1780,7 @@ bool __init_memblock memblock_overlaps_memory(phys_addr_t base,

	return memblock_overlaps_region(&memblock.memory, base, size);
}
EXPORT_SYMBOL_GPL(memblock_overlaps_memory);

/**
 * memblock_is_region_reserved - check if a region intersects reserved memory