From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bjorn Andersson Subject: Re: [PATCH] firmware: qcom_scm: Add dependent headers to qcom_scm.h Date: Mon, 4 Dec 2017 22:09:13 -0800 Message-ID: <20171205060913.GL28761@minitux> References: <1512407926-24639-1-git-send-email-jcrouse@codeaurora.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mail-pg0-f68.google.com ([74.125.83.68]:45601 "EHLO mail-pg0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752436AbdLEGJU (ORCPT ); Tue, 5 Dec 2017 01:09:20 -0500 Received: by mail-pg0-f68.google.com with SMTP id m25so9989638pgv.12 for ; Mon, 04 Dec 2017 22:09:19 -0800 (PST) Content-Disposition: inline In-Reply-To: <1512407926-24639-1-git-send-email-jcrouse@codeaurora.org> Sender: linux-arm-msm-owner@vger.kernel.org List-Id: linux-arm-msm@vger.kernel.org To: Jordan Crouse Cc: andy.gross@linaro.org, david.brown@linaro.org, linux-arm-msm@vger.kernel.org On Mon 04 Dec 09:18 PST 2017, Jordan Crouse wrote: > qcom_scm.h makes heavy use of and . > Add the dependent header files so that users of SCM don't need to > include header files they don't otherwise use. > > Signed-off-by: Jordan Crouse Acked-by: Bjorn Andersson Regards, Bjorn > --- > include/linux/qcom_scm.h | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/include/linux/qcom_scm.h b/include/linux/qcom_scm.h > index 1fd27d6..b401b96 100644 > --- a/include/linux/qcom_scm.h > +++ b/include/linux/qcom_scm.h > @@ -13,6 +13,9 @@ > #ifndef __QCOM_SCM_H > #define __QCOM_SCM_H > > +#include > +#include > + > #define QCOM_SCM_VERSION(major, minor) (((major) << 16) | ((minor) & 0xFF)) > #define QCOM_SCM_CPU_PWR_DOWN_L2_ON 0x0 > #define QCOM_SCM_CPU_PWR_DOWN_L2_OFF 0x1 > -- > 1.9.1 >