[PATCH] ASoC: add missing inclusion of debugfs.h
24 Aug
2009
24 Aug
'09
9:40 a.m.
To fix compile errors.
Signed-off-by: Takashi Iwai tiwai@suse.de --- sound/soc/soc-dapm.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
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>
--
1.6.3.3
5599
Age (days ago)
5599
Last active (days ago)
0 comments
1 participants
participants (1)
-
Takashi Iwai