diff options
author | Takashi Iwai <tiwai@suse.de> | 2009-08-24 07:40:34 (GMT) |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2009-08-24 07:41:05 (GMT) |
commit | 20496ff3783fc9d4cea2317ed2d4442561af64d9 (patch) | |
tree | 9778bce89bc1daca2bb10efc9283581867cacf6e /sound/soc | |
parent | e2365bf313fb21b49b1e4c911033389564428d03 (diff) | |
download | linux-fsl-qoriq-20496ff3783fc9d4cea2317ed2d4442561af64d9.tar.xz |
ASoC: add missing inclusion of debugfs.h
To fix compile errors.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/soc')
-rw-r--r-- | 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> |