From 485819b5b9ed82372dacae775998f3c33717f7fe Mon Sep 17 00:00:00 2001 From: Cyrille Pitchen Date: Tue, 9 Dec 2014 14:31:32 +0100 Subject: [PATCH] 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-format-patch failed