提交 9f694bc7 编写于 作者: T Takashi Iwai

ALSA: memalloc: Make snd_{malloc|free}_dev_iram() static

These are used only locally.
Signed-off-by: NTakashi Iwai <tiwai@suse.de>
上级 b327d25c
......@@ -167,7 +167,7 @@ static void snd_free_dev_pages(struct device *dev, size_t size, void *ptr,
*
* This function requires iram phandle provided via of_node
*/
void snd_malloc_dev_iram(struct snd_dma_buffer *dmab, size_t size)
static void snd_malloc_dev_iram(struct snd_dma_buffer *dmab, size_t size)
{
struct device *dev = dmab->dev.dev;
struct gen_pool *pool = NULL;
......@@ -192,7 +192,7 @@ void snd_malloc_dev_iram(struct snd_dma_buffer *dmab, size_t size)
* snd_free_dev_iram - free allocated specific memory from on-chip internal ram
* @dmab: buffer allocation record to store the allocated data
*/
void snd_free_dev_iram(struct snd_dma_buffer *dmab)
static void snd_free_dev_iram(struct snd_dma_buffer *dmab)
{
struct gen_pool *pool = dmab->private_data;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册