diff options
author | Kumar Gala <galak@codeaurora.org> | 2015-02-26 15:49:09 -0600 |
---|---|---|
committer | Kumar Gala <galak@codeaurora.org> | 2015-03-11 15:06:38 -0500 |
commit | 916f743da3546c28a2f350d197e3bea95d97ba15 (patch) | |
tree | 331acf806161e5db52de9c41305078217848675f /arch/arm/mach-qcom/platsmp.c | |
parent | 4de43476fc1baaf2bb7a520fc9e3b1797943b615 (diff) | |
download | blackbird-obmc-linux-916f743da3546c28a2f350d197e3bea95d97ba15.tar.gz blackbird-obmc-linux-916f743da3546c28a2f350d197e3bea95d97ba15.zip |
firmware: qcom: scm: Move the scm driver to drivers/firmware
Architectural changes in the ARM Linux kernel tree mandate the eventual
removal of the mach-* directories. Move the scm driver to
drivers/firmware and the scm header to include/linux to support that
removal.
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 596e6237dc7e..4b67e56911d3 100644 --- a/arch/arm/mach-qcom/platsmp.c +++ b/arch/arm/mach-qcom/platsmp.c @@ -17,10 +17,10 @@ #include <linux/of_address.h> #include <linux/smp.h> #include <linux/io.h> +#include <linux/qcom_scm.h> #include <asm/smp_plat.h> -#include "scm.h" #define VDD_SC1_ARRAY_CLAMP_GFS_CTL 0x35a0 #define SCSS_CPU1CORE_RESET 0x2d80 |