From 474e9312a803ee36dc984217b6e9b7190eca9865 Mon Sep 17 00:00:00 2001 From: Eugeniy Paltsev Date: Tue, 17 Apr 2018 19:01:15 +0300 Subject: [PATCH] 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 Signed-off-by: Alexey Brodkin --- arch/arc/lib/init_helpers.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/arch/arc/lib/init_helpers.c b/arch/arc/lib/init_helpers.c index 435fe96..822318f 100644 --- a/arch/arc/lib/init_helpers.c +++ b/arch/arc/lib/init_helpers.c @@ -7,8 +7,6 @@ #include #include -DECLARE_GLOBAL_DATA_PTR; - int init_cache_f_r(void) { sync_n_cleanup_cache_all();