summaryrefslogtreecommitdiffstats
path: root/sound/soc
diff options
context:
space:
mode:
authorTejun Heo2010-03-29 19:52:29 +0200
committerTakashi Iwai2010-03-29 21:28:43 +0200
commit923a00427a141a6d1c83f1b151221a2458b2de8d (patch)
tree0ebc240267176dece8e2bacdbc7f90a4b825c47a /sound/soc
parentASoC: Fix file permission of soc/codecs/twl6040.c (diff)
downloadkernel-qcow2-linux-923a00427a141a6d1c83f1b151221a2458b2de8d.tar.gz
kernel-qcow2-linux-923a00427a141a6d1c83f1b151221a2458b2de8d.tar.xz
kernel-qcow2-linux-923a00427a141a6d1c83f1b151221a2458b2de8d.zip
ASoC: update gfp/slab.h includes
Implicit slab.h inclusion via percpu.h is about to go away. Make sure gfp.h or slab.h is included as necessary. Signed-off-by: Tejun Heo <tj@kernel.org> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/soc')
-rw-r--r--sound/soc/codecs/cq93vc.c1
-rw-r--r--sound/soc/davinci/davinci-vcif.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/sound/soc/codecs/cq93vc.c b/sound/soc/codecs/cq93vc.c
index 513297441369..8f19b9310645 100644
--- a/sound/soc/codecs/cq93vc.c
+++ b/sound/soc/codecs/cq93vc.c
@@ -27,6 +27,7 @@
#include <linux/pm.h>
#include <linux/platform_device.h>
#include <linux/device.h>
+#include <linux/slab.h>
#include <linux/clk.h>
#include <linux/mfd/davinci_voicecodec.h>
diff --git a/sound/soc/davinci/davinci-vcif.c b/sound/soc/davinci/davinci-vcif.c
index 54b91e1768c4..9aa980d38231 100644
--- a/sound/soc/davinci/davinci-vcif.c
+++ b/sound/soc/davinci/davinci-vcif.c
@@ -24,6 +24,7 @@
#include <linux/module.h>
#include <linux/device.h>
#include <linux/delay.h>
+#include <linux/slab.h>
#include <linux/io.h>
#include <linux/mfd/davinci_voicecodec.h>