diff options
author | Huang Shijie <b32955@freescale.com> | 2012-01-31 19:10:43 +0800 |
---|---|---|
committer | Huang Shijie <b32955@freescale.com> | 2012-01-31 19:10:43 +0800 |
commit | 4effe7417862b96bfd189889f9c3fb18ae796fee (patch) | |
tree | f90ddf0af2245a05221fe46ed7779cd5429729b6 /drivers | |
parent | 0246edc0da5741b76a70673a5e18a911c080c2b1 (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')
-rw-r--r-- | drivers/tty/serial/imx.c | 1 |
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> |