From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pa0-f46.google.com ([209.85.220.46]:47566 "EHLO mail-pa0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932241Ab2K2DDJ (ORCPT ); Wed, 28 Nov 2012 22:03:09 -0500 Received: by mail-pa0-f46.google.com with SMTP id bh2so7264097pad.19 for ; Wed, 28 Nov 2012 19:03:06 -0800 (PST) Date: Wed, 28 Nov 2012 19:04:42 -0800 From: Greg Kroah-Hartman Subject: Re: [driver-core:driver-core-next 65/93] WARNING: drivers/built-in.o(.text+0xe2399): Section mismatch in reference from the function stmpe_i2c_probe() to the function .devinit.text:stmpe_probe() Message-ID: <20121129030442.GA1235@kroah.com> References: <50b68457.FDmXAd+1Sp92leEs%fengguang.wu@intel.com> <20121128221649.GB13534@kroah.com> <20121129021212.GF5785@localhost> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20121129021212.GF5785@localhost> Sender: linux-kbuild-owner@vger.kernel.org List-ID: To: Fengguang Wu Cc: Bill Pemberton , devel@driverdev.osuosl.org, Sam Ravnborg , linux-kbuild On Thu, Nov 29, 2012 at 10:12:12AM +0800, Fengguang Wu wrote: > On Wed, Nov 28, 2012 at 02:16:49PM -0800, Greg KH wrote: > > On Thu, Nov 29, 2012 at 05:38:31AM +0800, kbuild test robot wrote: > > > tree: git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git driver-core-next > > > head: da095fd3d5063f2dd03468d71f7df39a0430d86f > > > commit: f791be492f76dea7b0641ed227a60eeb2fa7e255 [65/93] mfd: remove use of __devinit > > > config: x86_64-randconfig-s363 (attached as .config) > > > > > > All warnings: > > > > > > WARNING: drivers/built-in.o(.text+0xe2399): Section mismatch in reference from the function stmpe_i2c_probe() to the function .devinit.text:stmpe_probe() > > > The function stmpe_i2c_probe() references > > > the function __devinit stmpe_probe(). > > > This is often because stmpe_i2c_probe lacks a __devinit > > > annotation or the annotation of stmpe_probe is wrong. > > > > Not an issue anymore as __devinit is always defined to nothing, so this > > check doesn't mean anything. > > So modpost.c or something in the kernel should be updated? Yes, I will work on that tomorrow, thanks for reminding me. greg k-h