]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/regulator/vexpress.c
Merge remote-tracking branches 'regulator/topic/fixed', 'regulator/topic/id-const...
[karo-tx-linux.git] / drivers / regulator / vexpress.c
index f3ae28a7e66371143b6be01c9640712533faf541..147ecc7c11bf2db837c8f5069995815a7283f015 100644 (file)
@@ -123,7 +123,7 @@ static int vexpress_regulator_remove(struct platform_device *pdev)
        return 0;
 }
 
-static struct of_device_id vexpress_regulator_of_match[] = {
+static const struct of_device_id vexpress_regulator_of_match[] = {
        { .compatible = "arm,vexpress-volt", },
        { }
 };