From 0ee2dc118c34ceacc921fee196a4ba9102bdfbea Mon Sep 17 00:00:00 2001 From: Rajan Vaja Date: Wed, 31 Aug 2022 12:54:40 +0200 Subject: [PATCH] fix(xilinx): remove unnecessary header include Platform specific IPI header inclusion is not required in common IPI source file. So remove inclusion of the same. Signed-off-by: Rajan Vaja Signed-off-by: Michal Simek Change-Id: I6686757f00370c6ec42b5ee2c44ea5cd13da70c0 --- plat/xilinx/common/ipi.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plat/xilinx/common/ipi.c b/plat/xilinx/common/ipi.c index 2f52f38f3..318079bf4 100644 --- a/plat/xilinx/common/ipi.c +++ b/plat/xilinx/common/ipi.c @@ -1,5 +1,6 @@ /* - * Copyright (c) 2017-2018, ARM Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2020, ARM Limited and Contributors. All rights reserved. + * Copyright (c) 2020-2022, Xilinx, Inc. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ @@ -17,7 +18,6 @@ #include #include -#include #include /********************************************************************* -- 2.39.5