From: Eugeniy Paltsev Date: Tue, 17 Apr 2018 16:01:15 +0000 (+0300) Subject: ARC: Remove unused DECLARE_GLOBAL_DATA_PTR from init_helpers.c X-Git-Tag: v2018.05-rc3~51^2 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=474e9312a803ee36dc984217b6e9b7190eca9865;p=u-boot 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 --- diff --git a/arch/arc/lib/init_helpers.c b/arch/arc/lib/init_helpers.c index 435fe96ef4..822318ff43 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();