提交 474e9312 编写于 作者: E Eugeniy Paltsev 提交者: Alexey Brodkin

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: NEugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
Signed-off-by: NAlexey Brodkin <abrodkin@synopsys.com>
上级 4006200d
...@@ -7,8 +7,6 @@ ...@@ -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();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册