We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8f7341 commit 1d2d8deCopy full SHA for 1d2d8de
drivers/firmware/psci.c
@@ -563,7 +563,7 @@ static int __init psci_0_1_init(struct device_node *np)
563
return err;
564
}
565
566
-static const struct of_device_id const psci_of_match[] __initconst = {
+static const struct of_device_id psci_of_match[] __initconst = {
567
{ .compatible = "arm,psci", .data = psci_0_1_init},
568
{ .compatible = "arm,psci-0.2", .data = psci_0_2_init},
569
{ .compatible = "arm,psci-1.0", .data = psci_0_2_init},
0 commit comments