aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pwm/pwm-lpc32xx.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/pwm/pwm-lpc32xx.c')
-rw-r--r--drivers/pwm/pwm-lpc32xx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pwm/pwm-lpc32xx.c b/drivers/pwm/pwm-lpc32xx.c
index b3f0d0dfd748..b55cc5c1d614 100644
--- a/drivers/pwm/pwm-lpc32xx.c
+++ b/drivers/pwm/pwm-lpc32xx.c
@@ -145,7 +145,7 @@ static int lpc32xx_pwm_remove(struct platform_device *pdev)
145 return pwmchip_remove(&lpc32xx->chip); 145 return pwmchip_remove(&lpc32xx->chip);
146} 146}
147 147
148static struct of_device_id lpc32xx_pwm_dt_ids[] = { 148static const struct of_device_id lpc32xx_pwm_dt_ids[] = {
149 { .compatible = "nxp,lpc3220-pwm", }, 149 { .compatible = "nxp,lpc3220-pwm", },
150 { /* sentinel */ } 150 { /* sentinel */ }
151}; 151};