From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759428AbYBPSLg (ORCPT ); Sat, 16 Feb 2008 13:11:36 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753036AbYBPSLY (ORCPT ); Sat, 16 Feb 2008 13:11:24 -0500 Received: from www.tglx.de ([62.245.132.106]:43560 "EHLO www.tglx.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759199AbYBPSLX (ORCPT ); Sat, 16 Feb 2008 13:11:23 -0500 Date: Sat, 16 Feb 2008 19:11:06 +0100 (CET) From: Thomas Gleixner To: Harvey Harrison cc: Ingo Molnar , "H. Peter Anvin" , LKML Subject: Re: [PATCH 2/2] x86: sparse error in efi_32.c In-Reply-To: <1202937999.18204.7.camel@brick> Message-ID: References: <1202937999.18204.7.camel@brick> User-Agent: Alpine 1.00 (LFD 882 2007-12-20) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 13 Feb 2008, Harvey Harrison wrote: > include/linux/efi.h does not include asm/efi.h, efi.c and efi_64.c > explicitly include both. While not really right, add the include > to efi_32.c until the header gets sorted out. > > arch/x86/kernel/efi_32.c:42:6: warning: symbol 'efi_call_phys_prelog' was not declared. Should it be static? > arch/x86/kernel/efi_32.c:84:6: warning: symbol 'efi_call_phys_epilog' was not declared. Should it be static? > > Signed-off-by: Harvey Harrison Applied. Thanks tglx