* [PATCH] mci: imx-esdhc-pbl: fix warning about unused static function
@ 2022-08-05 11:56 Ahmad Fatoum
2022-08-08 12:33 ` Sascha Hauer
0 siblings, 1 reply; 2+ messages in thread
From: Ahmad Fatoum @ 2022-08-05 11:56 UTC (permalink / raw)
To: barebox; +Cc: Ahmad Fatoum
esdhc_bootpart_active() is only used for i.MX8M, but the file is also
used for Layerscape platform. add a __maybe_unused to suppress the
warning.
Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de>
---
drivers/mci/imx-esdhc-pbl.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/mci/imx-esdhc-pbl.c b/drivers/mci/imx-esdhc-pbl.c
index 5a76e7a66381..c81eba5b9db3 100644
--- a/drivers/mci/imx-esdhc-pbl.c
+++ b/drivers/mci/imx-esdhc-pbl.c
@@ -44,7 +44,7 @@ static int esdhc_send_ext_csd(struct fsl_esdhc_host *host)
return esdhc_send_cmd(host, &cmd, &data);
}
-static bool esdhc_bootpart_active(struct fsl_esdhc_host *host)
+static bool __maybe_unused esdhc_bootpart_active(struct fsl_esdhc_host *host)
{
unsigned bootpart;
--
2.30.2
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] mci: imx-esdhc-pbl: fix warning about unused static function
2022-08-05 11:56 [PATCH] mci: imx-esdhc-pbl: fix warning about unused static function Ahmad Fatoum
@ 2022-08-08 12:33 ` Sascha Hauer
0 siblings, 0 replies; 2+ messages in thread
From: Sascha Hauer @ 2022-08-08 12:33 UTC (permalink / raw)
To: Ahmad Fatoum; +Cc: barebox
On Fri, Aug 05, 2022 at 01:56:19PM +0200, Ahmad Fatoum wrote:
> esdhc_bootpart_active() is only used for i.MX8M, but the file is also
> used for Layerscape platform. add a __maybe_unused to suppress the
> warning.
>
> Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de>
> ---
> drivers/mci/imx-esdhc-pbl.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Applied, thanks
Sascha
>
> diff --git a/drivers/mci/imx-esdhc-pbl.c b/drivers/mci/imx-esdhc-pbl.c
> index 5a76e7a66381..c81eba5b9db3 100644
> --- a/drivers/mci/imx-esdhc-pbl.c
> +++ b/drivers/mci/imx-esdhc-pbl.c
> @@ -44,7 +44,7 @@ static int esdhc_send_ext_csd(struct fsl_esdhc_host *host)
> return esdhc_send_cmd(host, &cmd, &data);
> }
>
> -static bool esdhc_bootpart_active(struct fsl_esdhc_host *host)
> +static bool __maybe_unused esdhc_bootpart_active(struct fsl_esdhc_host *host)
> {
> unsigned bootpart;
>
> --
> 2.30.2
>
>
>
--
Pengutronix e.K. | |
Steuerwalder Str. 21 | http://www.pengutronix.de/ |
31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-08-08 12:34 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-05 11:56 [PATCH] mci: imx-esdhc-pbl: fix warning about unused static function Ahmad Fatoum
2022-08-08 12:33 ` Sascha Hauer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox