Browse Source

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>
Eugeniy Paltsev 6 years ago
parent
commit
474e9312a8
1 changed files with 0 additions and 2 deletions
  1. 0 2
      arch/arc/lib/init_helpers.c

+ 0 - 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();