Commit 056a72a5 authored by Olof Johansson's avatar Olof Johansson

Merge branch 'drivers/psci2' into next/drivers

* drivers/psci2:
  drivers: psci: make PSCI 1.0 functions initialization version dependent
Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
parents 825294cd 79b04beb
......@@ -347,9 +347,10 @@ static int __init psci_probe(void)
psci_init_migrate();
if (PSCI_VERSION_MAJOR(ver) >= 1) {
psci_init_cpu_suspend();
psci_init_system_suspend();
}
return 0;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment