summaryrefslogtreecommitdiff
path: root/arch/arm/plat-mxc/include/mach/devices-common.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/plat-mxc/include/mach/devices-common.h')
-rw-r--r--arch/arm/plat-mxc/include/mach/devices-common.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/plat-mxc/include/mach/devices-common.h b/arch/arm/plat-mxc/include/mach/devices-common.h
index f6d616d0b98a..dc4b4ecdf83a 100644
--- a/arch/arm/plat-mxc/include/mach/devices-common.h
+++ b/arch/arm/plat-mxc/include/mach/devices-common.h
@@ -312,7 +312,8 @@ struct imx_mxc_pwm_data {
resource_size_t irq;
};
struct platform_device *__init imx_add_mxc_pwm(
- const struct imx_mxc_pwm_data *data);
+ const struct imx_mxc_pwm_data *data,
+ const struct mxc_pwm_platform_data *pdata);
/* mxc_rtc */
struct imx_mxc_rtc_data {