From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg Kroah-Hartman Subject: Re: linux-next: build failure after merge of the pci tree Date: Tue, 6 Nov 2012 02:55:42 +0100 Message-ID: <20121106015542.GA13487@kroah.com> References: <20121106112729.994c25ccce521ab5aaf1f060@canb.auug.org.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mail-ye0-f174.google.com ([209.85.213.174]:43656 "EHLO mail-ye0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933270Ab2KFBzt (ORCPT ); Mon, 5 Nov 2012 20:55:49 -0500 Received: by mail-ye0-f174.google.com with SMTP id m12so1154832yen.19 for ; Mon, 05 Nov 2012 17:55:48 -0800 (PST) Content-Disposition: inline In-Reply-To: <20121106112729.994c25ccce521ab5aaf1f060@canb.auug.org.au> Sender: linux-next-owner@vger.kernel.org List-ID: To: Stephen Rothwell Cc: Bjorn Helgaas , Achim Leubner , devel@driverdev.osuosl.org, linux-scsi@vger.kernel.org, linux-kernel@vger.kernel.org, "James E.J. Bottomley" , linux-next@vger.kernel.org, Joe Perches On Tue, Nov 06, 2012 at 11:27:29AM +1100, Stephen Rothwell wrote: > Hi Bjorn, > > After merging the pci tree, today's linux-next build (x86_64 allmodconfig) > failed like this: > > drivers/staging/telephony/ixj.c: In function 'ixj_probe_pci': > drivers/staging/telephony/ixj.c:7732:13: warning: assignment makes integer from pointer without a cast [enabled by default] > drivers/staging/telephony/ixj.c:7732:38: error: expected ';' before 'pci_resource_start' > > Exposed by commit 545974a28f78 ("PCI: Convert pci_resource_ macros to > static inlines"). The macro version of pci_resource_start() made this > RHS look like a function call and now it isn't. > > Maybe it is time this driver just went away. It is gone in my tree, and it should be deleted in yours, do you not see that? thanks, greg k-h