commit | 20496ff3783fc9d4cea2317ed2d4442561af64d9 | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Mon Aug 24 09:40:34 2009 +0200 |
committer | Takashi Iwai <tiwai@suse.de> | Mon Aug 24 09:41:05 2009 +0200 |
tree | 9778bce89bc1daca2bb10efc9283581867cacf6e | |
parent | e2365bf313fb21b49b1e4c911033389564428d03 [diff] [blame] |
ASoC: add missing inclusion of debugfs.h To fix compile errors. Signed-off-by: Takashi Iwai <tiwai@suse.de>
diff --git a/sound/soc/soc-dapm.c b/sound/soc/soc-dapm.c index 2f5295d..7b74547 100644 --- a/sound/soc/soc-dapm.c +++ b/sound/soc/soc-dapm.c
@@ -37,6 +37,7 @@ #include <linux/bitops.h> #include <linux/platform_device.h> #include <linux/jiffies.h> +#include <linux/debugfs.h> #include <sound/core.h> #include <sound/pcm.h> #include <sound/pcm_params.h>