1
0
Fork 0

MLK-15098: ASoC: fsl: fix imx-pcm build error when no dma

Fix build error when SOC_IMX_PCM_DMA is not enabled
error: expected identifier or ‘(’ before ‘{’ token})

Signed-off-by: Adrian Alonso <adrian.alonso@nxp.com>
5.4-rM2-2.2.x-imx-squashed
Adrian Alonso 2017-06-15 12:12:49 -05:00 committed by Dong Aisheng
parent 3515ccf42e
commit 98ee747278
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ static inline int imx_pcm_dma_init(struct platform_device *pdev, size_t size)
{
return -ENODEV;
}
static inline int imx_pcm_platform_register(struct device *dev);
static inline int imx_pcm_platform_register(struct device *dev)
{
return -ENODEV;
}