From: Bjorn Andersson <bjorn.andersson@linaro.org>
To: Jordan Crouse <jcrouse@codeaurora.org>
Cc: andy.gross@linaro.org, david.brown@linaro.org,
linux-arm-msm@vger.kernel.org
Subject: Re: [PATCH] firmware: qcom_scm: Add dependent headers to qcom_scm.h
Date: Mon, 4 Dec 2017 22:09:13 -0800 [thread overview]
Message-ID: <20171205060913.GL28761@minitux> (raw)
In-Reply-To: <1512407926-24639-1-git-send-email-jcrouse@codeaurora.org>
On Mon 04 Dec 09:18 PST 2017, Jordan Crouse wrote:
> qcom_scm.h makes heavy use of <linux/types.h> and <linux/cpumask.h>.
> 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 <jcrouse@codeaurora.org>
Acked-by: Bjorn Andersson <bjorn.andersson@linaro.org>
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 <linux/types.h>
> +#include <linux/cpumask.h>
> +
> #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
>
prev parent reply other threads:[~2017-12-05 6:09 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-12-04 17:18 [PATCH] firmware: qcom_scm: Add dependent headers to qcom_scm.h Jordan Crouse
2017-12-05 6:09 ` Bjorn Andersson [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20171205060913.GL28761@minitux \
--to=bjorn.andersson@linaro.org \
--cc=andy.gross@linaro.org \
--cc=david.brown@linaro.org \
--cc=jcrouse@codeaurora.org \
--cc=linux-arm-msm@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.