All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] firmware: zynqmp: Remove duplicated sys_proto.h header
@ 2026-07-24  5:18 Michal Simek
  2026-08-04 15:13 ` Michal Simek
  0 siblings, 1 reply; 2+ messages in thread
From: Michal Simek @ 2026-07-24  5:18 UTC (permalink / raw)
  To: u-boot, git; +Cc: Sean Anderson, Tom Rini

asm/arch/sys_proto.h is included twice that's why remove one.

Signed-off-by: Michal Simek <michal.simek@amd.com>
---

 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

-- 
2.43.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] firmware: zynqmp: Remove duplicated sys_proto.h header
  2026-07-24  5:18 [PATCH] firmware: zynqmp: Remove duplicated sys_proto.h header Michal Simek
@ 2026-08-04 15:13 ` Michal Simek
  0 siblings, 0 replies; 2+ messages in thread
From: Michal Simek @ 2026-08-04 15:13 UTC (permalink / raw)
  To: u-boot, git; +Cc: Sean Anderson, Tom Rini



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 <michal.simek@amd.com>
> ---
> 
>   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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-08-04 15:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-24  5:18 [PATCH] firmware: zynqmp: Remove duplicated sys_proto.h header Michal Simek
2026-08-04 15:13 ` Michal Simek

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.