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>
This commit is contained in:
Eugeniy Paltsev 2018-04-17 19:01:15 +03:00 committed by Alexey Brodkin
parent 4006200d49
commit 474e9312a8

View File

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