From: Hanjun Guo <guohanjun@huawei.com>
To: Ren Zhijie <renzhijie2@huawei.com>, <lpieralisi@kernel.org>,
<sudeep.holla@arm.com>, <rafael@kernel.org>, <lenb@kernel.org>,
<shameerali.kolothum.thodi@huawei.com>, <jroedel@suse.de>,
<robin.murphy@arm.com>
Cc: <linux-acpi@vger.kernel.org>,
<linux-arm-kernel@lists.infradead.org>,
<linux-kernel@vger.kernel.org>
Subject: Re: [PATCH v2 -next] ACPI/IORT: Fix build error implicit-function-declaration
Date: Tue, 26 Jul 2022 14:54:59 +0800 [thread overview]
Message-ID: <bc4ec60d-3abf-efd9-6536-cec24c6b19ef@huawei.com> (raw)
In-Reply-To: <20220726033520.47865-1-renzhijie2@huawei.com>
On 2022/7/26 11:35, Ren Zhijie wrote:
> If CONFIG_ACPI_IORT=y and CONFIG_IOMMU_API is not set,
> make ARCH=arm64 CROSS_COMPILE=aarch64-linux-gnu-,
> will be failed, like this:
>
> drivers/acpi/arm64/iort.c: In function ‘iort_get_rmr_sids’:
> drivers/acpi/arm64/iort.c:1406:2: error: implicit declaration of function ‘iort_iommu_rmr_get_resv_regions’; did you mean ‘iort_iommu_get_resv_regions’? [-Werror=implicit-function-declaration]
> iort_iommu_rmr_get_resv_regions(iommu_fwnode, NULL, head);
> ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> iort_iommu_get_resv_regions
> cc1: some warnings being treated as errors
> make[3]: *** [drivers/acpi/arm64/iort.o] Error 1
>
> The function iort_iommu_rmr_get_resv_regions()
> is declared under CONFIG_IOMMU_API,
> and the callers of iort_get_rmr_sids() and iort_put_rmr_sids()
> would select IOMMU_API.
>
> To fix this error, move the definitions to #ifdef CONFIG_IOMMU_API.
>
> Fixes: e302eea8f497 ("ACPI/IORT: Add a helper to retrieve RMR info directly")
> Signed-off-by: Ren Zhijie <renzhijie2@huawei.com>
> ---
> Changes in v2:
> - change commit message to a max of 75 chars per line.
>
Acked-by: Hanjun Guo <guohanjun@huawei.com>
Lorenzo, will this patch go via ARM64 tree?
Thanks
Hanjun
next prev parent reply other threads:[~2022-07-26 6:55 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-07-26 3:35 [PATCH v2 -next] ACPI/IORT: Fix build error implicit-function-declaration Ren Zhijie
2022-07-26 6:54 ` Hanjun Guo [this message]
2022-07-29 8:24 ` Joerg Roedel
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=bc4ec60d-3abf-efd9-6536-cec24c6b19ef@huawei.com \
--to=guohanjun@huawei.com \
--cc=jroedel@suse.de \
--cc=lenb@kernel.org \
--cc=linux-acpi@vger.kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=lpieralisi@kernel.org \
--cc=rafael@kernel.org \
--cc=renzhijie2@huawei.com \
--cc=robin.murphy@arm.com \
--cc=shameerali.kolothum.thodi@huawei.com \
--cc=sudeep.holla@arm.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox