summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Simek <[email protected]>2026-07-24 07:18:47 +0200
committerMichal Simek <[email protected]>2026-08-12 06:55:14 +0200
commit63c228d0a0efd89fd808cb1286238f5628db3769 (patch)
treee06337fdd1d441b630085b2a14faacbeafe33a94
parentf81d620a82ffb3787806dcbc99bb4602fe04a337 (diff)
firmware: zynqmp: Remove duplicated sys_proto.h header
asm/arch/sys_proto.h is included twice that's why remove one. Signed-off-by: Michal Simek <[email protected]> Link: https://patch.msgid.link/cd3c11a7e09ed8db3945910cdfed0eb860dcd61e.1784870326.git.michal.simek@amd.com
-rw-r--r--drivers/firmware/firmware-zynqmp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/firmware/firmware-zynqmp.c b/drivers/firmware/firmware-zynqmp.c
index 6052a31b5b4..0783aa9a8ab 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