diff options
Diffstat (limited to 'drivers/mfd/tps65910.c')
-rw-r--r-- | drivers/mfd/tps65910.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mfd/tps65910.c b/drivers/mfd/tps65910.c index 460a014ca629..f9e42ea1cb1a 100644 --- a/drivers/mfd/tps65910.c +++ b/drivers/mfd/tps65910.c | |||
@@ -379,7 +379,7 @@ err_sleep_init: | |||
379 | } | 379 | } |
380 | 380 | ||
381 | #ifdef CONFIG_OF | 381 | #ifdef CONFIG_OF |
382 | static struct of_device_id tps65910_of_match[] = { | 382 | static const struct of_device_id tps65910_of_match[] = { |
383 | { .compatible = "ti,tps65910", .data = (void *)TPS65910}, | 383 | { .compatible = "ti,tps65910", .data = (void *)TPS65910}, |
384 | { .compatible = "ti,tps65911", .data = (void *)TPS65911}, | 384 | { .compatible = "ti,tps65911", .data = (void *)TPS65911}, |
385 | { }, | 385 | { }, |