From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Wed, 28 Nov 2012 02:29:41 +0100 Subject: [U-Boot] [PATCH 2/5] x86: Forward declate gd_t In-Reply-To: References: <1335700823-15144-1-git-send-email-graeme.russ@gmail.com> <201204300423.49647.marex@denx.de> Message-ID: <201211280229.41993.marex@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear Simon Glass, > Hi, > > On Sun, Apr 29, 2012 at 7:23 PM, Marek Vasut wrote: > > Dear Graeme Russ, > > > >> So it can be used as a type in struct global_data and remove an ugly > >> typecast > >> > >> Signed-off-by: Graeme Russ > >> --- > >> > >> arch/x86/cpu/cpu.c | 2 +- > >> arch/x86/include/asm/global_data.h | 4 +++- > >> 2 files changed, 4 insertions(+), 2 deletions(-) > > I had to modify this slightly to get it to build (added the same cast > fix to sdram.c as you did to cpu.c). Then, applied to x86/next. It'd be really nice if you could possibly take over the x86 custodianship from Graeme, it seems this arch is rotting :( Best regards, Marek Vasut