UPSTREAM: simple-bus: remove DECLARE_GLOBAL_DATA_PTR
No global pointer is used in this file. Change-Id: I0c2dcde65300f815348d6f44922577225dd0ddf4 Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> Signed-off-by: Kever Yang <kever.yang@rock-chips.com> (cherry picked from commit 3d569a807e17b146731c37db0cf21125134dee23)
This commit is contained in:
parent
4fd65389ae
commit
aea2f111e0
|
|
@ -7,8 +7,6 @@
|
||||||
#include <common.h>
|
#include <common.h>
|
||||||
#include <dm.h>
|
#include <dm.h>
|
||||||
|
|
||||||
DECLARE_GLOBAL_DATA_PTR;
|
|
||||||
|
|
||||||
struct simple_bus_plat {
|
struct simple_bus_plat {
|
||||||
u32 base;
|
u32 base;
|
||||||
u32 size;
|
u32 size;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue