diff options
Diffstat (limited to 'arch/arm/plat-mxc/include/mach/devices-common.h')
-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 01466e514680..f9412992a2be 100755 --- a/arch/arm/plat-mxc/include/mach/devices-common.h +++ b/arch/arm/plat-mxc/include/mach/devices-common.h @@ -354,13 +354,13 @@ struct platform_device *__init imx_add_tve( const struct fsl_mxc_tve_platform_data *pdata); #include <linux/ahci_platform.h> -struct imx_ahci_imx_data { +struct imx_ahci_data { int id; resource_size_t iobase; resource_size_t irq; }; -struct platform_device *__init imx_add_ahci_imx( - const struct imx_ahci_imx_data *data, +struct platform_device *__init imx_add_ahci( + const struct imx_ahci_data *data, const struct ahci_platform_data *pdata); struct imx_iim_data { |