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 -- 2.43.0
