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 8f26e9fcea97..65a86bdeabed 100644 --- a/drivers/pwm/pwm-imx.c +++ b/drivers/pwm/pwm-imx.c | |||
@@ -235,7 +235,7 @@ 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); |
238 | struct imx_pwm_data *data; | 238 | const struct imx_pwm_data *data; |
239 | struct imx_chip *imx; | 239 | struct imx_chip *imx; |
240 | struct resource *r; | 240 | struct resource *r; |
241 | int ret = 0; | 241 | int ret = 0; |