From: Cyrille Pitchen Date: Tue, 9 Dec 2014 13:31:32 +0000 (+0100) Subject: tty/serial: at91: use correct type for dma_sync_*_for_cpu() and dma_sync_*_for_device() X-Git-Tag: fixes-v4.0-rc1~98^2~103 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=485819b5b9ed82372dacae775998f3c33717f7fe;p=pandora-kernel.git tty/serial: at91: use correct type for dma_sync_*_for_cpu() and dma_sync_*_for_device() dma_sync_*_for_cpu() and dma_sync_*_for_device() use 'enum dma_data_direction', not 'enum dma_transfer_direction' Signed-off-by: Cyrille Pitchen Acked-by: Nicolas Ferre Cc: stable Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed