summaryrefslogtreecommitdiffstats
path: root/sound/soc/soc-dapm.c
diff options
context:
space:
mode:
authorTakashi Iwai2009-08-24 09:40:34 +0200
committerTakashi Iwai2009-08-24 09:41:05 +0200
commit20496ff3783fc9d4cea2317ed2d4442561af64d9 (patch)
tree9778bce89bc1daca2bb10efc9283581867cacf6e /sound/soc/soc-dapm.c
parentASoC: Pass correct platform data from pxa2xx-ac97 (diff)
downloadkernel-qcow2-linux-20496ff3783fc9d4cea2317ed2d4442561af64d9.tar.gz
kernel-qcow2-linux-20496ff3783fc9d4cea2317ed2d4442561af64d9.tar.xz
kernel-qcow2-linux-20496ff3783fc9d4cea2317ed2d4442561af64d9.zip
ASoC: add missing inclusion of debugfs.h
To fix compile errors. Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/soc/soc-dapm.c')
-rw-r--r--sound/soc/soc-dapm.c1
1 files changed, 1 insertions, 0 deletions
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 <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>