aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pwm/pwm-twl-led.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/pwm/pwm-twl-led.c')
-rw-r--r--drivers/pwm/pwm-twl-led.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pwm/pwm-twl-led.c b/drivers/pwm/pwm-twl-led.c
index f912e87aed88..29d1bba4804e 100644
--- a/drivers/pwm/pwm-twl-led.c
+++ b/drivers/pwm/pwm-twl-led.c
@@ -323,7 +323,7 @@ static int twl_pwmled_remove(struct platform_device *pdev)
323} 323}
324 324
325#ifdef CONFIG_OF 325#ifdef CONFIG_OF
326static struct of_device_id twl_pwmled_of_match[] = { 326static const struct of_device_id twl_pwmled_of_match[] = {
327 { .compatible = "ti,twl4030-pwmled" }, 327 { .compatible = "ti,twl4030-pwmled" },
328 { .compatible = "ti,twl6030-pwmled" }, 328 { .compatible = "ti,twl6030-pwmled" },
329 { }, 329 { },