diff options
author | Masahiro Yamada | 2017-10-17 17:37:14 +0900 |
---|---|---|
committer | Tom Rini | 2017-10-23 17:25:40 -0400 |
commit | 3d569a807e17b146731c37db0cf21125134dee23 (patch) | |
tree | 524c2b28289967b47390782c4b1085d60e12eb26 /drivers/core | |
parent | 8b7f4b9cc1f31292e5690336f529eca493df3df5 (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>
Diffstat (limited to 'drivers/core')
-rw-r--r-- | drivers/core/simple-bus.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/core/simple-bus.c b/drivers/core/simple-bus.c index 14803e32b12..5acfa5f0e49 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; |