From e59d575d3efd86eccb483f5261d341164a7e31ec Mon Sep 17 00:00:00 2001 From: Michal Simek Date: Thu, 15 Apr 2021 09:14:16 +0200 Subject: [PATCH] arm64: versal: Remove gd reference gd is not used in this file that's why doesn't make sense to declare it. Signed-off-by: Michal Simek --- arch/arm/mach-versal/mp.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/arch/arm/mach-versal/mp.c b/arch/arm/mach-versal/mp.c index c97c311d31..9b0518d6a2 100644 --- a/arch/arm/mach-versal/mp.c +++ b/arch/arm/mach-versal/mp.c @@ -5,13 +5,10 @@ */ #include -#include #include #include #include -DECLARE_GLOBAL_DATA_PTR; - #define HALT 0 #define RELEASE 1