Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933586Ab2KFBzv (ORCPT ); Mon, 5 Nov 2012 20:55:51 -0500 Received: from mail-gg0-f174.google.com ([209.85.161.174]:39389 "EHLO mail-gg0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933502Ab2KFBzt (ORCPT ); Mon, 5 Nov 2012 20:55:49 -0500 Date: Tue, 6 Nov 2012 02:55:42 +0100 From: Greg Kroah-Hartman 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 Subject: Re: linux-next: build failure after merge of the pci tree Message-ID: <20121106015542.GA13487@kroah.com> References: <20121106112729.994c25ccce521ab5aaf1f060@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20121106112729.994c25ccce521ab5aaf1f060@canb.auug.org.au> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1059 Lines: 27 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 -- 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/