From afab220396bf9a728098996d73775fd1aaa712f8 Mon Sep 17 00:00:00 2001 From: Huang Shijie Date: Sat, 3 Aug 2013 10:09:15 -0400 Subject: [PATCH] serial: mxs: remove the MXS_AUART_DMA_CONFIG The MXS_AUART_DMA_CONFIG is originally used to check if the DT node is configured with the DMA property. But now, the MXS_AUART_DMA_CONFIG is set unconditionally in the serial_mxs_probe_dt(), so the check in the mxs_auart_settermios() is not necessary anymore. This patch removes this macro. Signed-off-by: Huang Shijie Acked-by: Shawn Guo Signed-off-by: Greg Kroah-Hartman --- Reading git-format-patch failed