[PATCH 8/8] msm: scm: Move the scm driver to drivers/soc/qcom
Lina Iyer
lina.iyer at linaro.org
Mon Aug 4 21:07:31 PDT 2014
On Mon, 4 Aug 2014, Stephen Boyd wrote:
> Architectural changes in the ARM Linux kernel tree mandate
> the eventual removal of the mach-* directories. Move the
> scm driver to drivers/soc/qcom and the scm header to
> include/soc/qcom to support that removal.
>
> Signed-off-by: Stephen Boyd <sboyd at codeaurora.org>
> ---
> arch/arm/mach-qcom/Kconfig | 3 ---
> arch/arm/mach-qcom/Makefile | 4 +---
> arch/arm/mach-qcom/scm-boot.c | 2 +-
diff --git a/arch/arm/mach-qcom/scm.h b/include/soc/qcom/scm.h
> similarity index 100%
> rename from arch/arm/mach-qcom/scm.h
> rename to include/soc/qcom/scm.h
Could we move scm-boot.c as well to drivers/soc/qcom and scm-boot.h to include/soc/qcom ?
More information about the linux-arm-kernel
mailing list