From: Reinhard Pfau Date: Wed, 11 Jan 2017 15:00:48 +0000 (+0100) Subject: arm: mvebu: spl.c: Remove useless gd declaration X-Git-Tag: v2017.03-rc2~119^2~9 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3add68c9966e903a1a4b05acc54e4361ca81eae3;p=platform%2Fkernel%2Fu-boot.git arm: mvebu: spl.c: Remove useless gd declaration ddaa905 ("arm: mvebu: Add DM (driver model) support") removed the assignment of the gd pointer, but kept the (now superfluous) declaration of the gd pointer. Remove this declaration. Signed-off-by: Reinhard Pfau Reviewed-by: Stefan Roese Signed-off-by: Stefan Roese --- diff --git a/arch/arm/mach-mvebu/spl.c b/arch/arm/mach-mvebu/spl.c index e1c9cdb..3cf02a5 100644 --- a/arch/arm/mach-mvebu/spl.c +++ b/arch/arm/mach-mvebu/spl.c @@ -13,8 +13,6 @@ #include #include -DECLARE_GLOBAL_DATA_PTR; - static u32 get_boot_device(void) { u32 val;