aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/regulator')
-rw-r--r--drivers/regulator/vexpress.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/regulator/vexpress.c b/drivers/regulator/vexpress.c
index f3ae28a7e663..147ecc7c11bf 100644
--- a/drivers/regulator/vexpress.c
+++ b/drivers/regulator/vexpress.c
@@ -123,7 +123,7 @@ static int vexpress_regulator_remove(struct platform_device *pdev)
123 return 0; 123 return 0;
124} 124}
125 125
126static struct of_device_id vexpress_regulator_of_match[] = { 126static const struct of_device_id vexpress_regulator_of_match[] = {
127 { .compatible = "arm,vexpress-volt", }, 127 { .compatible = "arm,vexpress-volt", },
128 { } 128 { }
129}; 129};