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

Commit 222c547e authored by Julia Lawall's avatar Julia Lawall Committed by Richard Kuo
Browse files

arch/hexagon/kernel/dma.c: make function static



This function is only used in the same file, and the other similar
functions in this file are also static.

Signed-off-by: default avatarJulia Lawall <Julia.Lawall@lip6.fr>
[rkuo@codeaurora.org: adjusted patch to apply to latest]
Signed-off-by: default avatarRichard Kuo <rkuo@codeaurora.org>
parent bfd46276
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -54,7 +54,7 @@ static struct gen_pool *coherent_pool;

/* Allocates from a pool of uncached memory that was reserved at boot time */

void *hexagon_dma_alloc_coherent(struct device *dev, size_t size,
static void *hexagon_dma_alloc_coherent(struct device *dev, size_t size,
				 dma_addr_t *dma_addr, gfp_t flag,
				 struct dma_attrs *attrs)
{