diff options
author | Huang Shijie <b32955@freescale.com> | 2012-01-31 19:10:43 +0800 |
---|---|---|
committer | Justin Waters <justin.waters@timesys.com> | 2012-07-03 16:56:43 -0400 |
commit | d39c4c4acbac17ed1ed151a353e5bfbcd31984de (patch) | |
tree | f90ddf0af2245a05221fe46ed7779cd5429729b6 | |
parent | 1420a235ee236893776de4ae3c4809ba85f6176a (diff) |
ENGR00173406-2 MX6Q/IMX : fix compiling error.
add dma header to fix the compiling error.
Signed-off-by: Huang Shijie <b32955@freescale.com>
-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> |