diff options
author | Huang Shijie <b32955@freescale.com> | 2012-02-01 16:39:46 +0800 |
---|---|---|
committer | Huang Shijie <b32955@freescale.com> | 2012-02-07 16:13:07 +0800 |
commit | bde64c1fc3c3e5e76a73bca7eaf5e8f80c5890e8 (patch) | |
tree | 7bc0079fc4e9754afb49c9ea27fdd407526af41d /arch/arm/plat-mxc/include | |
parent | deab7057d030ac4f281f93ed33af6284bd5b20e3 (diff) |
ENGR00173731-5 MX6Q/ARCH :rename gpmi-nfc to gpmi-nand
rename the gpmi-nfc to gpmi-nand.
Signed-off-by: Huang Shijie <b32955@freescale.com>
Diffstat (limited to 'arch/arm/plat-mxc/include')
-rwxr-xr-x | arch/arm/plat-mxc/include/mach/devices-common.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/plat-mxc/include/mach/devices-common.h b/arch/arm/plat-mxc/include/mach/devices-common.h index 8538d5b658c2..2f5f04c39638 100755 --- a/arch/arm/plat-mxc/include/mach/devices-common.h +++ b/arch/arm/plat-mxc/include/mach/devices-common.h @@ -621,10 +621,10 @@ struct platform_device *__init imx_add_fsl_usb2_wakeup( const struct imx_fsl_usb2_wakeup_data *data, const struct fsl_usb2_wakeup_platform_data *pdata); -/* gpmi-nfc */ -#include <mach/gpmi-nfc.h> +/* gpmi-nand*/ +#include <linux/mtd/gpmi-nand.h> struct platform_device *__init imx_add_gpmi( - const struct gpmi_nfc_platform_data *data); + const struct gpmi_nand_platform_data *data); struct imx_rngb_data { resource_size_t iobase; |