diff options
Diffstat (limited to 'drivers/pwm/pwm-imx.c')
-rw-r--r-- | drivers/pwm/pwm-imx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pwm/pwm-imx.c b/drivers/pwm/pwm-imx.c index 369639c5b81e..0b3c296449b4 100644 --- a/drivers/pwm/pwm-imx.c +++ b/drivers/pwm/pwm-imx.c | |||
@@ -231,7 +231,7 @@ static const struct of_device_id imx_pwm_dt_ids[] = { | |||
231 | }; | 231 | }; |
232 | MODULE_DEVICE_TABLE(of, imx_pwm_dt_ids); | 232 | MODULE_DEVICE_TABLE(of, imx_pwm_dt_ids); |
233 | 233 | ||
234 | static int __devinit imx_pwm_probe(struct platform_device *pdev) | 234 | static int imx_pwm_probe(struct platform_device *pdev) |
235 | { | 235 | { |
236 | const struct of_device_id *of_id = | 236 | const struct of_device_id *of_id = |
237 | of_match_device(imx_pwm_dt_ids, &pdev->dev); | 237 | of_match_device(imx_pwm_dt_ids, &pdev->dev); |