From: Tejun Heo Date: Mon, 29 Mar 2010 17:52:40 +0000 (+0900) Subject: mfd: update gfp/slab.h includes X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=8c0d8fa26ba5ec1f69e88044c671dab58c51e0e1;p=GitHub%2Fexynos8895%2Fandroid_kernel_samsung_universal8895.git mfd: 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 Acked-by: Samuel Ortiz Signed-off-by: Mark Brown --- diff --git a/drivers/mfd/davinci_voicecodec.c b/drivers/mfd/davinci_voicecodec.c index 9886aa8de250..3e75f02e4778 100644 --- a/drivers/mfd/davinci_voicecodec.c +++ b/drivers/mfd/davinci_voicecodec.c @@ -23,6 +23,7 @@ #include #include #include +#include #include #include #include