summaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel/setup.c
diff options
context:
space:
mode:
authorRussell King <rmk+kernel@arm.linux.org.uk>2015-09-03 16:28:50 +0200
committerRussell King <rmk+kernel@arm.linux.org.uk>2015-09-03 16:28:50 +0200
commit3ff32a0def6e0d2e21a6c5ad1b00726592774018 (patch)
treeaf683b2cb62f7e5ee18cb109d15dcfd43769b984 /arch/arm/kernel/setup.c
parentMerge branches 'cleanup', 'fixes', 'misc', 'omap-barrier' and 'uaccess' into ... (diff)
parentMerge branch 'psci/for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/... (diff)
downloadlinux-3ff32a0def6e0d2e21a6c5ad1b00726592774018.tar.xz
linux-3ff32a0def6e0d2e21a6c5ad1b00726592774018.zip
Merge branch 'devel-stable' into for-linus
Conflicts: drivers/perf/arm_pmu.c
Diffstat (limited to 'arch/arm/kernel/setup.c')
-rw-r--r--arch/arm/kernel/setup.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/kernel/setup.c b/arch/arm/kernel/setup.c
index e2ecee6b70ca..20edd349d379 100644
--- a/arch/arm/kernel/setup.c
+++ b/arch/arm/kernel/setup.c
@@ -31,6 +31,7 @@
#include <linux/bug.h>
#include <linux/compiler.h>
#include <linux/sort.h>
+#include <linux/psci.h>
#include <asm/unified.h>
#include <asm/cp15.h>
@@ -976,7 +977,7 @@ void __init setup_arch(char **cmdline_p)
unflatten_device_tree();
arm_dt_init_cpu_maps();
- psci_init();
+ psci_dt_init();
xen_early_init();
#ifdef CONFIG_SMP
if (is_smp()) {