提交 222c547e 编写于 作者: J Julia Lawall 提交者: Richard Kuo

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: NJulia Lawall <Julia.Lawall@lip6.fr>
[rkuo@codeaurora.org: adjusted patch to apply to latest]
Signed-off-by: NRichard Kuo <rkuo@codeaurora.org>
上级 bfd46276
......@@ -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)
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册