arm: mvebu: spl.c: Remove useless gd declaration
authorReinhard Pfau <pfau@gdsys.de>
Wed, 11 Jan 2017 15:00:48 +0000 (16:00 +0100)
committerStefan Roese <sr@denx.de>
Wed, 1 Feb 2017 08:02:49 +0000 (09:02 +0100)
commit3add68c9966e903a1a4b05acc54e4361ca81eae3
tree0d984f236f45b488c8fd125f6687918a3cee6ec2
parent2ad43094417097744e8c7817b2d0bc878d7eb08e
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 <pfau@gdsys.de>
Reviewed-by: Stefan Roese <sr@denx.de>
Signed-off-by: Stefan Roese <sr@denx.de>
arch/arm/mach-mvebu/spl.c