arch/hexagon/kernel/dma.c: make function static
authorJulia Lawall <Julia.Lawall@lip6.fr>
Tue, 24 Jan 2012 13:31:36 +0000 (14:31 +0100)
committerRichard Kuo <rkuo@codeaurora.org>
Tue, 22 May 2012 23:40:45 +0000 (18:40 -0500)
This function is only used in the same file, and the other similar
functions in this file are also static.

Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr>
[rkuo@codeaurora.org: adjusted patch to apply to latest]
Signed-off-by: Richard Kuo <rkuo@codeaurora.org>

No differences found