diff options
author | Axel Lin <axel.lin@ingics.com> | 2012-10-17 09:00:20 +0800 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-10-17 16:34:08 +0900 |
commit | 9f4e45f77e8a532c8a7e39268e844821dbf7fe91 (patch) | |
tree | 8d7ba30dfc1f98e090adbbe6bee3e5c95635eaf5 /drivers/regulator/vexpress.c | |
parent | 31e54086dd7bb86ad40f1d76a9063f2a95866b87 (diff) | |
download | talos-op-linux-9f4e45f77e8a532c8a7e39268e844821dbf7fe91.tar.gz talos-op-linux-9f4e45f77e8a532c8a7e39268e844821dbf7fe91.zip |
regulator: vexpress: Add terminating entry for vexpress_regulator_of_match table
The of_device_id table is supposed to be zero-terminated.
Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'drivers/regulator/vexpress.c')
-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) static struct of_device_id vexpress_regulator_of_match[] = { { .compatible = "arm,vexpress-volt", }, + { } }; static struct platform_driver vexpress_regulator_driver = { |