]> git.openfabrics.org - ~emulex/infiniband.git/commit
serial: at91: Use dmaengine_slave_config API
authorMaxime Ripard <maxime.ripard@free-electrons.com>
Wed, 22 Oct 2014 15:43:16 +0000 (17:43 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 6 Nov 2014 22:57:25 +0000 (14:57 -0800)
commit5483c10e03c6e37b81b79bf88749bcfbe474a639
tree6aa27d664579e9e228175307179dbc689c5566f6
parent2a768264eef098cc1355b02ca5023b6cfb183a1f
serial: at91: Use dmaengine_slave_config API

We are removing the dmaengine_device_control API, that shouldn't even have been
exposed in the first place. Change the callers to use the proper API.

Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/atmel_serial.c