From: Masahiro Yamada Date: Fri, 18 Apr 2014 08:40:57 +0000 (+0900) Subject: fdt_support: delete unnecessary DECLARE_GLOBAL_DATA_PTR X-Git-Tag: v2014.07-rc4~59 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0613c57ce306722bb79637ffffc685c9acf35a7f;p=platform%2Fkernel%2Fu-boot.git fdt_support: delete unnecessary DECLARE_GLOBAL_DATA_PTR gd->bd is not used in fdt_support.c. Signed-off-by: Masahiro Yamada Acked-by: Simon Glass --- diff --git a/common/fdt_support.c b/common/fdt_support.c index c690768..3c4edc4 100644 --- a/common/fdt_support.c +++ b/common/fdt_support.c @@ -17,11 +17,6 @@ #include /* - * Global data (for the gd->bd) - */ -DECLARE_GLOBAL_DATA_PTR; - -/* * Get cells len in bytes * if #NNNN-cells property is 2 then len is 8 * otherwise len is 4