]> git.sur5r.net Git - u-boot/commit
ARC: Remove unused DECLARE_GLOBAL_DATA_PTR from init_helpers.c
authorEugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
Tue, 17 Apr 2018 16:01:15 +0000 (19:01 +0300)
committerAlexey Brodkin <abrodkin@synopsys.com>
Tue, 17 Apr 2018 17:52:17 +0000 (20:52 +0300)
commit474e9312a803ee36dc984217b6e9b7190eca9865
treed39fa0aafc8d52ffb5b6688e7bbf1a11c354c835
parent4006200d495724048080a12b1ea72c146bab903b
ARC: Remove unused DECLARE_GLOBAL_DATA_PTR from init_helpers.c

"Global data" structure "gd" is not used in init_helpers.c
thus DECLARE_GLOBAL_DATA_PTR might be safely removed.

Signed-off-by: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
arch/arc/lib/init_helpers.c