]> git.karo-electronics.de Git - mv-sheeva.git/commitdiff
ASoC: TWL6040: use of kzalloc/kfree requires the include of slab.h
authorStephen Rothwell <sfr@canb.auug.org.au>
Mon, 29 Mar 2010 06:55:51 +0000 (17:55 +1100)
committerTakashi Iwai <tiwai@suse.de>
Mon, 29 Mar 2010 07:31:07 +0000 (09:31 +0200)
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/soc/codecs/twl6040.c

index 0e4dce7de052925f4e9391c6df62b4d7eb381fc1..108c51a513c8b31d8563dd960d7127abd93533cf 100755 (executable)
@@ -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>