From: Vinod Koul Date: Thu, 22 May 2014 13:20:49 +0000 (+0530) Subject: dmaengine: pch: fix compilation for alpha target X-Git-Tag: v3.16-rc1~60^2~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a15783c34f6304e85f7d810e71316c1c3ba1fe69;p=thirdparty%2Fkernel%2Flinux.git dmaengine: pch: fix compilation for alpha target commit 4828b493 introduced COMPILE_TEST for this driver and this cause compile failure on alpha as kzalloc wasnt availble for this arch in included header, so explictly add slab.h Reported-by: kbuild test robot Signed-off-by: Vinod Koul --- diff --git a/drivers/dma/pch_dma.c b/drivers/dma/pch_dma.c index b4b8cc69c2bf1..9f9ca9fe5ce67 100644 --- a/drivers/dma/pch_dma.c +++ b/drivers/dma/pch_dma.c @@ -21,6 +21,7 @@ #include #include #include +#include #include #include #include