Hi Vinod, On Mon, 26 May 2014 11:50:59 +0530, Vinod Koul wrote: > 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 Note: the commit isn't upstream yet so its ID may change. > > Reported-by: kbuild test robot <fengguang.wu@xxxxxxxxx> > Signed-off-by: Vinod Koul <vinod.koul@xxxxxxxxx> > --- > resending again as seems this isnt delivered to vger yet :( > > drivers/dma/pch_dma.c | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > diff --git a/drivers/dma/pch_dma.c b/drivers/dma/pch_dma.c > index b4b8cc6..9f9ca9f 100644 > --- a/drivers/dma/pch_dma.c > +++ b/drivers/dma/pch_dma.c > @@ -21,6 +21,7 @@ > #include <linux/dma-mapping.h> > #include <linux/init.h> > #include <linux/pci.h> > +#include <linux/slab.h> > #include <linux/interrupt.h> > #include <linux/module.h> > #include <linux/pch_dma.h> Thanks for the fix. Reviewed-by: Jean Delvare <jdelvare@xxxxxxx> -- Jean Delvare SUSE L3 Support -- To unsubscribe from this list: send the line "unsubscribe dmaengine" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html