Skip to content

Commit

Permalink
ASoC: add missing inclusion of debugfs.h
Browse files Browse the repository at this point in the history
To fix compile errors.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
  • Loading branch information
Takashi Iwai committed Aug 24, 2009
1 parent e2365bf commit 20496ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sound/soc/soc-dapm.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 20496ff

Please sign in to comment.