From mboxrd@z Thu Jan 1 00:00:00 1970 From: Josh Triplett Subject: Re: linux-next: build warning after merge of the tip tree Date: Mon, 1 Oct 2012 09:10:29 -0700 Message-ID: <20121001161029.GA21121@leaf> References: <20121002005423.7530890bfcfaca06666dfc72@canb.auug.org.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20121002005423.7530890bfcfaca06666dfc72@canb.auug.org.au> Sender: linux-kernel-owner@vger.kernel.org To: Stephen Rothwell Cc: Thomas Gleixner , Ingo Molnar , "H. Peter Anvin" , Peter Zijlstra , linux-next@vger.kernel.org, linux-kernel@vger.kernel.org List-Id: linux-next.vger.kernel.org On Tue, Oct 02, 2012 at 12:54:23AM +1000, Stephen Rothwell wrote: > Hi all, > > After merging the tip tree, today's linux-next build (sparc64 defconfig) > produced this warning: > > include/linux/efi.h:503:13: warning: 'efi_enter_virtual_mode' defined but not used [-Wunused-function] > include/linux/efi.h:504:13: warning: 'efi_late_init' defined but not used [-Wunused-function] > include/linux/efi.h:505:13: warning: 'efi_free_boot_services' defined but not used [-Wunused-function] > > Introduced by commit f383a1e37bc3 ("efi: Add a stub for > efi_enter_virtual_mode on non-x86") and following patches. These > function definitions should be "static inline". Already fixed in the current version of those patches in tip. - Josh Triplett