summaryrefslogtreecommitdiffstats
path: root/sound/soc
diff options
context:
space:
mode:
authorStephen Rothwell2010-03-29 08:55:51 +0200
committerTakashi Iwai2010-03-29 09:31:07 +0200
commit68b40cc40af45dd969c50fdbac6ab5b99c91255b (patch)
tree5d623f011836d0dadfba009372e5637b93d18028 /sound/soc
parentASoC: update for removeal of slab.h from percpu.h (diff)
downloadkernel-qcow2-linux-68b40cc40af45dd969c50fdbac6ab5b99c91255b.tar.gz
kernel-qcow2-linux-68b40cc40af45dd969c50fdbac6ab5b99c91255b.tar.xz
kernel-qcow2-linux-68b40cc40af45dd969c50fdbac6ab5b99c91255b.zip
ASoC: TWL6040: use of kzalloc/kfree requires the include of slab.h
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/soc')
-rwxr-xr-xsound/soc/codecs/twl6040.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/codecs/twl6040.c b/sound/soc/codecs/twl6040.c
index 0e4dce7de052..108c51a513c8 100755
--- a/sound/soc/codecs/twl6040.c
+++ b/sound/soc/codecs/twl6040.c
@@ -27,6 +27,7 @@
#include <linux/i2c.h>
#include <linux/gpio.h>
#include <linux/platform_device.h>
+#include <linux/slab.h>
#include <linux/i2c/twl.h>
#include <sound/core.h>