diff options
Diffstat (limited to 'drivers/pwm/pwm-twl.c')
-rw-r--r-- | drivers/pwm/pwm-twl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pwm/pwm-twl.c b/drivers/pwm/pwm-twl.c index 2782001ba183..eef910580eae 100644 --- a/drivers/pwm/pwm-twl.c +++ b/drivers/pwm/pwm-twl.c | |||
@@ -335,7 +335,7 @@ static int twl_pwm_remove(struct platform_device *pdev) | |||
335 | } | 335 | } |
336 | 336 | ||
337 | #ifdef CONFIG_OF | 337 | #ifdef CONFIG_OF |
338 | static struct of_device_id twl_pwm_of_match[] = { | 338 | static const struct of_device_id twl_pwm_of_match[] = { |
339 | { .compatible = "ti,twl4030-pwm" }, | 339 | { .compatible = "ti,twl4030-pwm" }, |
340 | { .compatible = "ti,twl6030-pwm" }, | 340 | { .compatible = "ti,twl6030-pwm" }, |
341 | { }, | 341 | { }, |