From: Tejun Heo Date: Mon, 29 Mar 2010 17:52:29 +0000 (+0900) Subject: ASoC: update gfp/slab.h includes X-Git-Tag: v2.6.35-rc1~478^2^2~69^2 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=923a00427a141a6d1c83f1b151221a2458b2de8d;p=karo-tx-linux.git 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 Signed-off-by: Takashi Iwai --- 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 #include #include +#include #include #include 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 #include #include +#include #include #include