diff options
Diffstat (limited to 'arch/arm/mach-mxs/include/mach/devices-common.h')
-rw-r--r-- | arch/arm/mach-mxs/include/mach/devices-common.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-mxs/include/mach/devices-common.h b/arch/arm/mach-mxs/include/mach/devices-common.h index e7aefb467ab3..d460d3045555 100644 --- a/arch/arm/mach-mxs/include/mach/devices-common.h +++ b/arch/arm/mach-mxs/include/mach/devices-common.h | |||
@@ -63,3 +63,7 @@ struct mxs_flexcan_data { | |||
63 | struct platform_device *__init mxs_add_flexcan( | 63 | struct platform_device *__init mxs_add_flexcan( |
64 | const struct mxs_flexcan_data *data, | 64 | const struct mxs_flexcan_data *data, |
65 | const struct flexcan_platform_data *pdata); | 65 | const struct flexcan_platform_data *pdata); |
66 | |||
67 | /* pwm */ | ||
68 | struct platform_device *__init mxs_add_mxs_pwm( | ||
69 | resource_size_t iobase, int id); | ||