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-rc6~9^2~7^2~64^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=923a00427a141a6d1c83f1b151221a2458b2de8d;p=platform%2Fupstream%2Fkernel-adaptation-pc.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 5132974..8f19b93 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 54b91e1..9aa980d 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