Hi Lina, On Friday 05 September 2014 04:05 AM, Lina Iyer wrote: > drivers/soc/qcom/spm.c | 192 +++++++++++++++++++++++++++++++++++++++++++++ > 3 files changed, 262 insertions(+) > create mode 100644 drivers/soc/qcom/spm-drv.h > create mode 100644 drivers/soc/qcom/spm.c > > diff --git a/drivers/soc/qcom/Makefile b/drivers/soc/qcom/Makefile > index 70d52ed..20b329f 100644 > --- a/drivers/soc/qcom/Makefile > +++ b/drivers/soc/qcom/Makefile > @@ -1,3 +1,4 @@ > obj-$(CONFIG_QCOM_GSBI) += qcom_gsbi.o > +obj-$(CONFIG_QCOM_PM) += spm.o CONFIG_QCOM_PM is missing in Kconfig hence this driver wont build. I see it is added in patch #3. Please move it to this patch so that this driver builds. > CFLAGS_scm.o :=$(call as-instr,.arch_extension sec,-DREQUIRES_SEC=1) > obj-$(CONFIG_QCOM_SCM) += scm.o scm-boot.o > diff --git a/drivers/soc/qcom/spm-drv.h b/drivers/soc/qcom/spm-drv.h > new file mode 100644 > index 0000000..e91df44 Thanks Pramod -- To unsubscribe from this list: send the line "unsubscribe linux-arm-msm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html