From f33ec6b80b991f3585e49ad0e8a12b2c8ce2323a Mon Sep 17 00:00:00 2001 From: Dara Ramesh Date: Fri, 15 Aug 2014 21:35:37 -0700 Subject: [PATCH] asoc: tegra-alt: t210: remove system fpga code -remove system fpga clock code from mobile machine driver. Change-Id: I045887b13ed9727063ee05a01af42ef29c573c75 Signed-off-by: Dara Ramesh Reviewed-on: http://git-master/r/457338 Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit Reviewed-by: Sumit Bhattacharya --- sound/soc/tegra-alt/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/sound/soc/tegra-alt/Makefile b/sound/soc/tegra-alt/Makefile index eadf3892..f2ab8233 100644 --- a/sound/soc/tegra-alt/Makefile +++ b/sound/soc/tegra-alt/Makefile @@ -70,4 +70,5 @@ obj-$(CONFIG_SND_SOC_TEGRA_VCM30T124_ALT) += snd-soc-tegra-alt-machine.o obj-$(CONFIG_SND_SOC_TEGRA_VCM30T124_ALT) += snd-soc-tegra-alt-vcm30t124.o obj-$(CONFIG_SND_SOC_TEGRA_GRENADA_ALT) += snd-soc-tegra-alt-machine.o obj-$(CONFIG_SND_SOC_TEGRA_GRENADA_ALT) += snd-soc-tegra-alt-grenada.o +obj-$(CONFIG_SND_SOC_TEGRA_T210REF_MOBILE_ALT) += snd-soc-tegra-alt-machine.o obj-$(CONFIG_SND_SOC_TEGRA_T210REF_MOBILE_ALT) += snd-soc-tegra-alt-t210ref-mobile.o