summaryrefslogtreecommitdiff
path: root/drivers/tty
diff options
context:
space:
mode:
authorHuang Shijie <b32955@freescale.com>2012-01-31 19:10:43 +0800
committerJason Liu <r64343@freescale.com>2012-07-20 13:21:53 +0800
commitfc4ea867663fcc5983b96190b3785fef11d9f21d (patch)
tree2249c766f12ddd5cfb7ef0140770d446e32ac3f4 /drivers/tty
parent355751dfd0ae276e999000258be4750f02503805 (diff)
ENGR00173406-2 MX6Q/IMX : fix compiling error.
add dma header to fix the compiling error. Signed-off-by: Huang Shijie <b32955@freescale.com>
Diffstat (limited to 'drivers/tty')
-rw-r--r--drivers/tty/serial/imx.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/tty/serial/imx.c b/drivers/tty/serial/imx.c
index 81b91ee98ae4..fa453518139f 100644
--- a/drivers/tty/serial/imx.c
+++ b/drivers/tty/serial/imx.c
@@ -45,6 +45,7 @@
#include <linux/delay.h>
#include <linux/rational.h>
#include <linux/slab.h>
+#include <linux/dma-mapping.h>
#include <asm/io.h>
#include <asm/irq.h>