diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2019-06-17 10:40:48 -0400 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2019-06-17 11:18:13 -0400 |
commit | 501e94b52aeda5841a60ceead5984ff575aeefa0 (patch) | |
tree | e9e0c033b54eeadeac509114c54b06f55a031d9c /sound/soc/mediatek | |
parent | 241800642ea3482ab3f80a2a3662e9f2e6a82208 (diff) |
ASoC: Add missing newline at end of file
"git diff" says:
\ No newline at end of file
after modifying the files.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/mediatek')
-rw-r--r-- | sound/soc/mediatek/common/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/mediatek/common/Makefile b/sound/soc/mediatek/common/Makefile index 9ab90433a8d7..acbe01e9e928 100644 --- a/sound/soc/mediatek/common/Makefile +++ b/sound/soc/mediatek/common/Makefile | |||
@@ -3,4 +3,4 @@ | |||
3 | snd-soc-mtk-common-objs := mtk-afe-platform-driver.o mtk-afe-fe-dai.o | 3 | snd-soc-mtk-common-objs := mtk-afe-platform-driver.o mtk-afe-fe-dai.o |
4 | obj-$(CONFIG_SND_SOC_MEDIATEK) += snd-soc-mtk-common.o | 4 | obj-$(CONFIG_SND_SOC_MEDIATEK) += snd-soc-mtk-common.o |
5 | 5 | ||
6 | obj-$(CONFIG_SND_SOC_MTK_BTCVSD) += mtk-btcvsd.o \ No newline at end of file | 6 | obj-$(CONFIG_SND_SOC_MTK_BTCVSD) += mtk-btcvsd.o |