Ver código fonte

ASoC: add missing inclusion of debugfs.h

To fix compile errors.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
Takashi Iwai 15 anos atrás
pai
commit
20496ff378
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1 0
      sound/soc/soc-dapm.c

+ 1 - 0
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>