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 2782001ba18..eef910580ea 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)  }  #ifdef CONFIG_OF -static struct of_device_id twl_pwm_of_match[] = { +static const struct of_device_id twl_pwm_of_match[] = {  	{ .compatible = "ti,twl4030-pwm" },  	{ .compatible = "ti,twl6030-pwm" },  	{ },  |