diff options
| author | Michal Simek <[email protected]> | 2026-07-24 07:18:47 +0200 |
|---|---|---|
| committer | Michal Simek <[email protected]> | 2026-08-12 06:55:14 +0200 |
| commit | 63c228d0a0efd89fd808cb1286238f5628db3769 (patch) | |
| tree | e06337fdd1d441b630085b2a14faacbeafe33a94 | |
| parent | f81d620a82ffb3787806dcbc99bb4602fe04a337 (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.c | 1 |
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 |
