Re: [PATCH] firmware: zynqmp: Remove duplicated sys_proto.h header

Michal Simek <[email protected]> Tue, 4 Aug 2026 17:13:22 +0200
Newsgroups gmane.comp.boot-loaders.u-boot
Message-ID <[email protected]>

On 7/24/26 07:18, Michal Simek wrote:
> asm/arch/sys_proto.h is included twice that's why remove one.
> 
> Signed-off-by: Michal Simek <[email protected]>
> ---
> 
>   drivers/firmware/firmware-zynqmp.c | 1 -
>   1 file changed, 1 deletion(-)
> 
> diff --git a/drivers/firmware/firmware-zynqmp.c b/drivers/firmware/firmware-zynqmp.c
> index ade761830dd1..2bdb1c4d9f89 100644
> --- a/drivers/firmware/firmware-zynqmp.c
> +++ b/drivers/firmware/firmware-zynqmp.c
> @@ -22,7 +22,6 @@
>   
>   #if defined(CONFIG_ZYNQMP_IPI)
>   #include <mailbox.h>
> -#include <asm/arch/sys_proto.h>
>   
>   #define PMUFW_PAYLOAD_ARG_CNT	8
>   
> ---
> base-commit: ef665e159fefceae515aacd1a2744d1153c38210
> branch: debian-sent3
> 

applied.
M