MLK-11665 tty: serial: imx: move dma init to .startup() function
authorAndy Duan <fugang.duan@nxp.com>
Tue, 21 Mar 2017 09:22:20 +0000 (17:22 +0800)
committerNitin Garg <nitin.garg@nxp.com>
Mon, 19 Mar 2018 20:21:38 +0000 (15:21 -0500)
commitcd0b3a32ca628daef5ae4118ba128a8b424b62ae
tree49f61656570e5f28cfe67460f10dd0ca5baea8b2
parent83781587072d0c507e057aee448527e60d7f6273
MLK-11665 tty: serial: imx: move dma init to .startup() function

Kernel upgrade to 4.1.8 from 4.1.4 has one conflict: commit:3cd6a7db4c2c and
commit:4eede03b97bf, and there introduces one issue during the merge. The issue
cause pio mode cannot work.

The patch fix the error that move the dma init function to .startup().

Signed-off-by: Fugang Duan <B38611@freescale.com>
drivers/tty/serial/imx.c