From: Jarkko Nikula Date: Sun, 21 Nov 2010 17:48:47 +0000 (+0200) Subject: ASoC: Remove cyclic dependency between soc.h and soc-dapm.h/soc-dai.h X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=851cad5aa11a0692c4c92ebbfa94d06564034dcc;p=GitHub%2FLineageOS%2Fandroid_kernel_samsung_universal7580.git ASoC: Remove cyclic dependency between soc.h and soc-dapm.h/soc-dai.h There is no need anymore to include soc.h in soc-dapm.h and soc-dai.h as drivers are converted to include only soc.h. Thanks to Lars-Peter Clausen for pointing out the issue. Signed-off-by: Jarkko Nikula Acked-by: Liam Girdwood Signed-off-by: Mark Brown --- diff --git a/include/sound/soc-dai.h b/include/sound/soc-dai.h index e7b68024800..0195b7ee17e 100644 --- a/include/sound/soc-dai.h +++ b/include/sound/soc-dai.h @@ -16,8 +16,6 @@ #include -#include - struct snd_pcm_substream; /* diff --git a/include/sound/soc-dapm.h b/include/sound/soc-dapm.h index 78d3560fa25..041e98b493b 100644 --- a/include/sound/soc-dapm.h +++ b/include/sound/soc-dapm.h @@ -16,7 +16,6 @@ #include #include #include -#include /* widget has no PM register bit */ #define SND_SOC_NOPM -1