Re: [PATCH v2 4/9] mm: cma: Export dev_get_cma_area()

From: David Hildenbrand (Arm)

Date: Fri Feb 27 2026 - 15:45:14 EST


On 2/27/26 14:15, Maxime Ripard wrote:
> The CMA dma-buf heap uses the dev_get_cma_area() function to retrieve
> the default contiguous area.
>
> Now that this function is no longer inlined, and since we want to turn
> the CMA heap into a module, let's export it.
>
> Signed-off-by: Maxime Ripard <mripard@xxxxxxxxxx>
> ---
> kernel/dma/contiguous.c | 1 +

The prefix of the patch should likely not be "mm: cma: " :)

--
Cheers,

David