diff options
author | Kumar Gala <galak@codeaurora.org> | 2015-02-05 00:46:04 +0300 |
---|---|---|
committer | Kumar Gala <galak@codeaurora.org> | 2015-03-11 23:06:36 +0300 |
commit | 3d9b448bd287f051f5380323d596a133f01c074b (patch) | |
tree | 4036207733a835efd0129771b8f4f6cfe6f7d868 /arch/arm/mach-qcom/platsmp.c | |
parent | c517d838eb7d07bbe9507871fab3931deccff539 (diff) | |
download | linux-3d9b448bd287f051f5380323d596a133f01c074b.tar.xz |
ARM: qcom: Merge scm and scm boot code together
Put all scm related code into a single file as a first step in cleaning
up the scm interface to just expose functional behavior insteam of making
direct scm calls.
Signed-off-by: Kumar Gala <galak@codeaurora.org>
Diffstat (limited to 'arch/arm/mach-qcom/platsmp.c')
-rw-r--r-- | arch/arm/mach-qcom/platsmp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-qcom/platsmp.c b/arch/arm/mach-qcom/platsmp.c index 09cffed4c0a4..8f4962ebf8c2 100644 --- a/arch/arm/mach-qcom/platsmp.c +++ b/arch/arm/mach-qcom/platsmp.c @@ -20,7 +20,7 @@ #include <asm/smp_plat.h> -#include "scm-boot.h" +#include "scm.h" #define VDD_SC1_ARRAY_CLAMP_GFS_CTL 0x35a0 #define SCSS_CPU1CORE_RESET 0x2d80 |