From mboxrd@z Thu Jan 1 00:00:00 1970 From: Fengguang Wu Date: Fri, 31 Aug 2012 19:34:11 +0000 Subject: Re: [drm-intel:drm-intel-nightly 52/52] drivers/gpu/drm/i915/i915_irq.c:1330:2: error: implicit decl Message-Id: <20120831193411.GA13655@localhost> List-Id: References: <20120831065519.GB6761@localhost> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Daniel Vetter Cc: kernel-janitors@vger.kernel.org, dri-devel@lists.freedesktop.org On Fri, Aug 31, 2012 at 10:47:59AM +0200, Daniel Vetter wrote: > On Fri, Aug 31, 2012 at 8:55 AM, Fengguang Wu wrote: > > Hi Daniel, > > > > FYI, kernel build failed on > > > > tree: git://people.freedesktop.org/~danvet/drm-intel.git drm-intel-nightly > > head: faee69aa381f507731eb68d263dcd0d446c1fd58 > > commit: faee69aa381f507731eb68d263dcd0d446c1fd58 [52/52] Merge remote-tracking branch 'origin/drm-intel-fixes' into drm-intel-nightly > > config: i386-randconfig-b943 (attached as .config) > > > > Build errors: > > > > drivers/gpu/drm/i915/i915_irq.c:1330:2: error: implicit declaration of function 'i915_get_extra_instdone' [-Werror=implicit-function-declaration] > > Hm, seems to compile fine here and afaict the function declaration > also exists in that file. Can you please double-check? Daniel, it turns out that the function was sitting in an '#ifdef CONFIG_DEBUG_FS' block.. Thanks, Fengguang From mboxrd@z Thu Jan 1 00:00:00 1970 From: Fengguang Wu Subject: Re: [drm-intel:drm-intel-nightly 52/52] drivers/gpu/drm/i915/i915_irq.c:1330:2: error: implicit declaration of function 'i915_get_extra_instdone' Date: Fri, 31 Aug 2012 12:34:11 -0700 Message-ID: <20120831193411.GA13655@localhost> References: <20120831065519.GB6761@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by gabe.freedesktop.org (Postfix) with ESMTP id BE1069E7C2 for ; Fri, 31 Aug 2012 12:34:15 -0700 (PDT) Content-Disposition: inline In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org Errors-To: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org To: Daniel Vetter Cc: kernel-janitors@vger.kernel.org, dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org On Fri, Aug 31, 2012 at 10:47:59AM +0200, Daniel Vetter wrote: > On Fri, Aug 31, 2012 at 8:55 AM, Fengguang Wu wrote: > > Hi Daniel, > > > > FYI, kernel build failed on > > > > tree: git://people.freedesktop.org/~danvet/drm-intel.git drm-intel-nightly > > head: faee69aa381f507731eb68d263dcd0d446c1fd58 > > commit: faee69aa381f507731eb68d263dcd0d446c1fd58 [52/52] Merge remote-tracking branch 'origin/drm-intel-fixes' into drm-intel-nightly > > config: i386-randconfig-b943 (attached as .config) > > > > Build errors: > > > > drivers/gpu/drm/i915/i915_irq.c:1330:2: error: implicit declaration of function 'i915_get_extra_instdone' [-Werror=implicit-function-declaration] > > Hm, seems to compile fine here and afaict the function declaration > also exists in that file. Can you please double-check? Daniel, it turns out that the function was sitting in an '#ifdef CONFIG_DEBUG_FS' block.. Thanks, Fengguang