diff options
author | Huang Shijie <b32955@freescale.com> | 2012-02-01 15:26:54 +0800 |
---|---|---|
committer | Huang Shijie <b32955@freescale.com> | 2012-02-07 16:13:06 +0800 |
commit | 85d9a42075c9a9b05a5c65c8433d3b3b6757bb01 (patch) | |
tree | 89c920ee5a12f00b398f52fc7258d48b7ace72ea /drivers/mtd | |
parent | 4f0fb8e59f27cdf0bbdb0a6c2155389884624ef9 (diff) |
ENGR00173731-2 mxs-dma : use the new mxs-dma.h
use the new header : mxs-dma.h.
Signed-off-by: Huang Shijie <b32955@freescale.com>
Diffstat (limited to 'drivers/mtd')
-rw-r--r-- | drivers/mtd/nand/gpmi-nand/gpmi-nand.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/mtd/nand/gpmi-nand/gpmi-nand.h b/drivers/mtd/nand/gpmi-nand/gpmi-nand.h index e023bccb7781..b4a426a19564 100644 --- a/drivers/mtd/nand/gpmi-nand/gpmi-nand.h +++ b/drivers/mtd/nand/gpmi-nand/gpmi-nand.h @@ -1,7 +1,7 @@ /* * Freescale GPMI NAND Flash Driver * - * Copyright (C) 2010-2011 Freescale Semiconductor, Inc. + * Copyright (C) 2010-2012 Freescale Semiconductor, Inc. * Copyright (C) 2008 Embedded Alley Solutions, Inc. * * This program is free software; you can redistribute it and/or modify @@ -20,7 +20,7 @@ #include <linux/mtd/nand.h> #include <linux/platform_device.h> #include <linux/dma-mapping.h> -#include <mach/dma.h> +#include <linux/mxs-dma.h> struct resources { void *gpmi_regs; |