]> git.karo-electronics.de Git - karo-tx-linux.git/commit
dmaengine: pch: fix compilation for alpha target
authorVinod Koul <vinod.koul@intel.com>
Thu, 22 May 2014 13:20:49 +0000 (18:50 +0530)
committerVinod Koul <vinod.koul@intel.com>
Thu, 22 May 2014 13:20:49 +0000 (18:50 +0530)
commita15783c34f6304e85f7d810e71316c1c3ba1fe69
treee12e41c0e8963d5a54d50a38108014cfd977da31
parent4828b493695b1e7edd6bd9017c2b010b0d545381
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 <fengguang.wu@intel.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
drivers/dma/pch_dma.c