From: Takashi Iwai Date: Mon, 24 Aug 2009 07:40:34 +0000 (+0200) Subject: ASoC: add missing inclusion of debugfs.h X-Git-Tag: v2.6.32-rc1~166^2~34 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=commitdiff_plain;h=20496ff3783fc9d4cea2317ed2d4442561af64d9 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