ASoC: add missing inclusion of debugfs.h
authorTakashi Iwai <tiwai@suse.de>
Mon, 24 Aug 2009 07:40:34 +0000 (09:40 +0200)
committerTakashi Iwai <tiwai@suse.de>
Mon, 24 Aug 2009 07:41:05 +0000 (09:41 +0200)
To fix compile errors.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/soc/soc-dapm.c

index 2f5295d..7b74547 100644 (file)
@@ -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>