diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/regulator/vexpress.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/regulator/vexpress.c b/drivers/regulator/vexpress.c index 1702945a93a9..1d558111d60f 100644 --- a/drivers/regulator/vexpress.c +++ b/drivers/regulator/vexpress.c | |||
@@ -126,6 +126,7 @@ static int __devexit vexpress_regulator_remove(struct platform_device *pdev) | |||
126 | 126 | ||
127 | static struct of_device_id vexpress_regulator_of_match[] = { | 127 | static struct of_device_id vexpress_regulator_of_match[] = { |
128 | { .compatible = "arm,vexpress-volt", }, | 128 | { .compatible = "arm,vexpress-volt", }, |
129 | { } | ||
129 | }; | 130 | }; |
130 | 131 | ||
131 | static struct platform_driver vexpress_regulator_driver = { | 132 | static struct platform_driver vexpress_regulator_driver = { |