diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2010-03-29 15:32:18 +1100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2010-03-29 08:30:23 +0200 |
commit | 1b132ea03e169ce5eca75b00224a78a6782740e8 (patch) | |
tree | 3164ae5815aa2b9e1fca46c3027d3a87983129d2 /sound/soc | |
parent | 1ad747ca9b6f97f895e0a6ccd447b158aeaa568d (diff) | |
download | linux-3.10-1b132ea03e169ce5eca75b00224a78a6782740e8.tar.gz linux-3.10-1b132ea03e169ce5eca75b00224a78a6782740e8.tar.bz2 linux-3.10-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.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/codecs/ad193x.c b/sound/soc/codecs/ad193x.c index d034464e26f..e1082067075 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> |