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@kernel.org
kernel/dma/contiguous.c | 1 +
The prefix of the patch should likely not be "mm: cma: " :)