From: Takashi Iwai Date: Mon, 24 Aug 2009 07:40:34 +0000 (+0200) Subject: ASoC: add missing inclusion of debugfs.h X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=20496ff3783fc9d4cea2317ed2d4442561af64d9;p=GitHub%2Fmt8127%2Fandroid_kernel_alcatel_ttab.git ASoC: add missing inclusion of debugfs.h To fix compile errors. Signed-off-by: Takashi Iwai --- diff --git a/sound/soc/soc-dapm.c b/sound/soc/soc-dapm.c index 2f5295dbd158..7b74547b56fa 100644 --- a/sound/soc/soc-dapm.c +++ b/sound/soc/soc-dapm.c @@ -37,6 +37,7 @@ #include #include #include +#include #include #include #include