From: Michal Simek <michal.simek@amd.com>
To: Venkatesh Yadav Abbarapu <venkatesh.abbarapu@amd.com>,
u-boot@lists.denx.de
Cc: git@xilinx.com
Subject: Re: [PATCH] xilinx: zynqmp: Add the missing function prototype
Date: Wed, 7 Feb 2024 12:30:26 +0100 [thread overview]
Message-ID: <d899a443-4e51-490b-be18-7bd1b58efd0e@amd.com> (raw)
In-Reply-To: <20240207083328.1673752-1-venkatesh.abbarapu@amd.com>
On 2/7/24 09:33, Venkatesh Yadav Abbarapu wrote:
> Add missing prototype to fix the below sparse warning
> warning: no previous prototype for 'spl_spi_get_uboot_offs'
> [-Wmissing-prototypes]
>
> Signed-off-by: Venkatesh Yadav Abbarapu <venkatesh.abbarapu@amd.com>
> ---
> board/xilinx/zynqmp/zynqmp.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/board/xilinx/zynqmp/zynqmp.c b/board/xilinx/zynqmp/zynqmp.c
> index 9f50090720..ba49eb7be2 100644
> --- a/board/xilinx/zynqmp/zynqmp.c
> +++ b/board/xilinx/zynqmp/zynqmp.c
> @@ -18,6 +18,7 @@
> #include <ahci.h>
> #include <scsi.h>
> #include <soc.h>
> +#include <spl.h>
> #include <malloc.h>
> #include <memalign.h>
> #include <wdt.h>
good. Please send it to upstream.
M
next prev parent reply other threads:[~2024-02-07 11:30 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-02-07 8:33 [PATCH] xilinx: zynqmp: Add the missing function prototype Venkatesh Yadav Abbarapu
2024-02-07 11:30 ` Michal Simek [this message]
2024-02-09 8:18 ` Michal Simek
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=d899a443-4e51-490b-be18-7bd1b58efd0e@amd.com \
--to=michal.simek@amd.com \
--cc=git@xilinx.com \
--cc=u-boot@lists.denx.de \
--cc=venkatesh.abbarapu@amd.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