Re: [PATCH] firmware: qcom: scm: fix compilation error when disabled

2018-12-05 Thread Andy Gross
On Wed, Dec 05, 2018 at 09:37:21AM -0800, Bjorn Andersson wrote: > + linux-arm-msm > > On Wed 21 Nov 18:32 PST 2018, Jonathan Marek wrote: > > > This fixes the case when CONFIG_QCOM_SCM is not enabled, and linux/errno.h > > has not been included previously. > > > > Signed-off-by: Jonathan Marek

Re: [PATCH] firmware: qcom: scm: fix compilation error when disabled

2018-12-05 Thread Bjorn Andersson
+ linux-arm-msm On Wed 21 Nov 18:32 PST 2018, Jonathan Marek wrote: > This fixes the case when CONFIG_QCOM_SCM is not enabled, and linux/errno.h > has not been included previously. > > Signed-off-by: Jonathan Marek Reviewed-by: Bjorn Andersson Regards, Bjorn > --- > drm/msm includes qcom_sc

[PATCH] firmware: qcom: scm: fix compilation error when disabled

2018-11-21 Thread Jonathan Marek
This fixes the case when CONFIG_QCOM_SCM is not enabled, and linux/errno.h has not been included previously. Signed-off-by: Jonathan Marek --- drm/msm includes qcom_scm.h, but can be used with non-qcom hw (IMX5) include/linux/qcom_scm.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/inc