From: Michal Simek Date: Thu, 15 Apr 2021 07:14:16 +0000 (+0200) Subject: arm64: versal: Remove gd reference X-Git-Tag: v2021.07-rc2~5^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e59d575d3efd86eccb483f5261d341164a7e31ec;p=pandora-u-boot.git 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 --- diff --git a/arch/arm/mach-versal/mp.c b/arch/arm/mach-versal/mp.c index c97c311d313..9b0518d6a2c 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