From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wang YanQing Subject: Re: [PATCH] x86: export 'pcibios_enabled' Date: Mon, 19 Mar 2012 08:30:44 +0800 Message-ID: <20120319003044.GA3744@udknight> References: <20120313204114.e160849af7dbe5a4b4e5c0ad@canb.auug.org.au> <4F5FAE63.3090908@xenotime.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mail-iy0-f174.google.com ([209.85.210.174]:43419 "EHLO mail-iy0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756036Ab2CSAa5 (ORCPT ); Sun, 18 Mar 2012 20:30:57 -0400 Content-Disposition: inline In-Reply-To: <4F5FAE63.3090908@xenotime.net> Sender: linux-next-owner@vger.kernel.org List-ID: To: Randy Dunlap Cc: Stephen Rothwell , linux-next@vger.kernel.org, LKML , Michal Januszewski , Florian Tobias Schandinat , linux-fbdev@vger.kernel.org, x86@kernel.org, Andrew Morton On Tue, Mar 13, 2012 at 01:30:27PM -0700, Randy Dunlap wrote: > From: Randy Dunlap > > Export 'pcibios_enabled' so that when uvesafb is built as a > loadable module (on X86_32), the build will succeed. > > ERROR: "pcibios_enabled" [drivers/video/uvesafb.ko] undefined! > > Signed-off-by: Randy Dunlap > Cc: Michal Januszewski > Cc: Florian Tobias Schandinat > Cc: linux-fbdev@vger.kernel.org > Cc: x86@kernel.org > --- > Applies to mainline; found in linux-next. > > arch/x86/pci/pcbios.c | 1 + > 1 file changed, 1 insertion(+) > > --- linux-next-20120313.orig/arch/x86/pci/pcbios.c > +++ linux-next-20120313/arch/x86/pci/pcbios.c > @@ -27,6 +27,7 @@ > #define PCIBIOS_HW_TYPE2_SPEC 0x20 > > int pcibios_enabled; > +EXPORT_SYMBOL(pcibios_enabled); > > /* According to the BIOS specification at: > * http://members.datafast.net.au/dft0802/specs/bios21.pdf, we could > -- > To unsubscribe from this list: send the line "unsubscribe linux-kernel" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > Please read the FAQ at http://www.tux.org/lkml/ Hi, could you resend this patch as EXPORT_SYMBOL_GPL to x86 architecture maintainer? Looks at the MAINTAINERS for the below: X86 ARCHITECTURE (32-BIT AND 64-BIT) M: Thomas Gleixner M: Ingo Molnar M: "H. Peter Anvin" M: x86@kernel.org