]> git.baikalelectronics.ru Git - kernel.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)
commitb7838f5d624b108153d3755a3a156e5fe82a9925
tree6aa27d664579e9e228175307179dbc689c5566f6
parentae88f3c30ba9c7b100bfa20bd27316e490703a63
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