From: Masahiro Yamada Date: Tue, 17 Oct 2017 08:37:14 +0000 (+0900) Subject: simple-bus: remove DECLARE_GLOBAL_DATA_PTR X-Git-Tag: v2017.11-rc3~37 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3d569a807e17b146731c37db0cf21125134dee23;p=platform%2Fkernel%2Fu-boot.git simple-bus: remove DECLARE_GLOBAL_DATA_PTR No global pointer is used in this file. Signed-off-by: Masahiro Yamada Reviewed-by: Bin Meng --- 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 #include -DECLARE_GLOBAL_DATA_PTR; - struct simple_bus_plat { u32 base; u32 size;