From ae9e97fa96f643c8ba2b666b06a026cc8717eb00 Mon Sep 17 00:00:00 2001 From: Gerald Van Baren Date: Tue, 10 Jun 2008 22:15:58 -0400 Subject: libfdt: Move the working_fdt pointer to cmd_fdt.c The working_fdt pointer was declared in common/fdt_support.c but was not used there. Move it to common/cmd_fdt.c where it is used (it is also used in lib_ppc/bootm.c). Signed-off-by: Gerald Van Baren --- common/fdt_support.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'common/fdt_support.c') diff --git a/common/fdt_support.c b/common/fdt_support.c index e8aa3e9..e58b294 100644 --- a/common/fdt_support.c +++ b/common/fdt_support.c @@ -35,11 +35,6 @@ */ DECLARE_GLOBAL_DATA_PTR; -/* - * fdt points to our working device tree. - */ -struct fdt_header *working_fdt; - /** * fdt_find_and_setprop: Find a node and set it's property -- cgit v1.1