summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sound/soc/fsl/imx-pcm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/fsl/imx-pcm.h b/sound/soc/fsl/imx-pcm.h
index 5e4f3892feef..edbb268332bd 100644
--- a/sound/soc/fsl/imx-pcm.h
+++ b/sound/soc/fsl/imx-pcm.h
@@ -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;
}