From: Vinod Koul Date: Thu, 16 Oct 2014 07:29:06 +0000 (+0530) Subject: serial: atmel: add missing dmaengine header X-Git-Tag: fixes-against-v3.18-rc2~40^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b997bab20448cfe85456e4789d5d9222ab6b830;p=pandora-kernel.git serial: atmel: add missing dmaengine header The atmel serial driver uses dmaengine APIs but never included the dmaengine header as it was getting inculded thru one of driver headers. commit 3d588f83e4d6a5230d9094b97d38621cbaa9a972 - "dmaengine: dw: split dma-dw.h to platform and private parts" broke this as it moved headers around. Fix this by doing the right thing to include the dmaengine header Reported-by: kbuild test robot Fixes: 08f738be88bb (serial: at91: add tx dma support) Acked-by: Greg Kroah-Hartman Signed-off-by: Vinod Koul --- Reading git-diff-tree failed