diff options
author | Huang Shijie <b32955@freescale.com> | 2012-01-31 19:09:52 +0800 |
---|---|---|
committer | Huang Shijie <b32955@freescale.com> | 2012-01-31 19:09:52 +0800 |
commit | 0246edc0da5741b76a70673a5e18a911c080c2b1 (patch) | |
tree | e0bbf22f0abdf5186307f46eaadc40abd72e6fea /arch/arm/plat-mxc/include/mach/devices-common.h | |
parent | fa1eedbcf5233c90d48a592753e87753dbf64f2d (diff) |
ENGR00173406-1 MX6Q : fix compiling error
add the DMA header to fix the compiling error.
Signed-off-by: Huang Shijie <b32955@freescale.com>
Diffstat (limited to 'arch/arm/plat-mxc/include/mach/devices-common.h')
-rwxr-xr-x | arch/arm/plat-mxc/include/mach/devices-common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/plat-mxc/include/mach/devices-common.h b/arch/arm/plat-mxc/include/mach/devices-common.h index a5ad0df5fe8f..8538d5b658c2 100755 --- a/arch/arm/plat-mxc/include/mach/devices-common.h +++ b/arch/arm/plat-mxc/include/mach/devices-common.h @@ -9,6 +9,7 @@ #include <linux/kernel.h> #include <linux/platform_device.h> #include <linux/init.h> +#include <linux/dma-mapping.h> struct platform_device *imx_add_platform_device_dmamask( const char *name, int id, |