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>
lime2-spi
Eugeniy Paltsev 6 years ago committed by Alexey Brodkin
parent 4006200d49
commit 474e9312a8
  1. 2
      arch/arc/lib/init_helpers.c

@ -7,8 +7,6 @@
#include <asm/cache.h>
#include <common.h>
DECLARE_GLOBAL_DATA_PTR;
int init_cache_f_r(void)
{
sync_n_cleanup_cache_all();

Loading…
Cancel
Save