summaryrefslogtreecommitdiffstats
path: root/sound/soc
diff options
context:
space:
mode:
authorStephen Rothwell2010-03-29 06:32:18 +0200
committerTakashi Iwai2010-03-29 08:30:23 +0200
commit1b132ea03e169ce5eca75b00224a78a6782740e8 (patch)
tree3164ae5815aa2b9e1fca46c3027d3a87983129d2 /sound/soc
parentASoC: ak4642: Add enhanced sampling rate (diff)
downloadkernel-qcow2-linux-1b132ea03e169ce5eca75b00224a78a6782740e8.tar.gz
kernel-qcow2-linux-1b132ea03e169ce5eca75b00224a78a6782740e8.tar.xz
kernel-qcow2-linux-1b132ea03e169ce5eca75b00224a78a6782740e8.zip
ASoC: update for removeal of slab.h from percpu.h
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/soc')
-rw-r--r--sound/soc/codecs/ad193x.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/codecs/ad193x.c b/sound/soc/codecs/ad193x.c
index d034464e26ff..e10820670752 100644
--- a/sound/soc/codecs/ad193x.c
+++ b/sound/soc/codecs/ad193x.c
@@ -12,6 +12,7 @@
#include <linux/device.h>
#include <linux/i2c.h>
#include <linux/spi/spi.h>
+#include <linux/slab.h>
#include <sound/core.h>
#include <sound/pcm.h>
#include <sound/pcm_params.h>