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: http://git.ipfire.org/?a=commitdiff_plain;h=20496ff3783fc9d4cea2317ed2d4442561af64d9;p=thirdparty%2Fkernel%2Flinux.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 2f5295dbd1586..7b74547b56fac 100644 --- a/sound/soc/soc-dapm.c +++ b/sound/soc/soc-dapm.c @@ -37,6 +37,7 @@ #include #include #include +#include #include #include #include