commit | f62f2cda9f14cce05dc55c141e7b5fd7c71d3184 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Tue Oct 17 17:37:14 2017 +0900 |
committer | Tom Rini <trini@konsulko.com> | Mon Oct 23 17:25:40 2017 -0400 |
tree | 524c2b28289967b47390782c4b1085d60e12eb26 | |
parent | 32c069355c4057e6157c6b0a080482880ee8b76f [diff] |
simple-bus: remove DECLARE_GLOBAL_DATA_PTR No global pointer is used in this file. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
diff --git a/drivers/core/simple-bus.c b/drivers/core/simple-bus.c index 14803e3..5acfa5f 100644 --- a/drivers/core/simple-bus.c +++ b/drivers/core/simple-bus.c
@@ -7,8 +7,6 @@ #include <common.h> #include <dm.h> -DECLARE_GLOBAL_DATA_PTR; - struct simple_bus_plat { u32 base; u32 size;