diff --git a/sound/soc/tegra/tegra186_arad.c b/sound/soc/tegra/tegra186_arad.c index ae90d4ef..e36e8895 100644 --- a/sound/soc/tegra/tegra186_arad.c +++ b/sound/soc/tegra/tegra186_arad.c @@ -14,7 +14,9 @@ #include #include #include +#ifdef CONFIG_TEGRA186_AHC #include +#endif #include #include #include diff --git a/sound/soc/tegra/tegra186_asrc.c b/sound/soc/tegra/tegra186_asrc.c index 4a63b7e0..bf9f642b 100644 --- a/sound/soc/tegra/tegra186_asrc.c +++ b/sound/soc/tegra/tegra186_asrc.c @@ -14,7 +14,9 @@ #include #include #include +#ifdef CONFIG_TEGRA186_AHC #include +#endif #include #include #include