From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dominik Brodowski Subject: Re: linux-next: Tree for August 2 (scsi/pcmcia) Date: Mon, 2 Aug 2010 22:10:38 +0200 Message-ID: <20100802201038.GB21063@comet.dominikbrodowski.net> References: <20100802144432.70293bda.sfr@canb.auug.org.au> <20100802102707.5fbd9072.randy.dunlap@oracle.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from isilmar-3.linta.de ([188.40.101.200]:48029 "EHLO linta.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1754405Ab0HBUMK (ORCPT ); Mon, 2 Aug 2010 16:12:10 -0400 Content-Disposition: inline In-Reply-To: <20100802102707.5fbd9072.randy.dunlap@oracle.com> Sender: linux-next-owner@vger.kernel.org List-ID: To: Randy Dunlap Cc: Stephen Rothwell , linux-pcmcia@lists.infradead.org, linux-next@vger.kernel.org, LKML Hey, On Mon, Aug 02, 2010 at 10:27:07AM -0700, Randy Dunlap wrote: > pcmcia changes cause these build errors in drivers/scsi/pcmcia/nsp_cs.c: > > drivers/scsi/pcmcia/nsp_cs.c:1907:1: error: unterminated argument list invoking macro "release_region" > drivers/scsi/pcmcia/nsp_cs.c:1720: error: 'release_region' undeclared (first use in this function) > drivers/scsi/pcmcia/nsp_cs.c:1720: error: (Each undeclared identifier is reported only once > drivers/scsi/pcmcia/nsp_cs.c:1720: error: for each function it appears in.) > drivers/scsi/pcmcia/nsp_cs.c:1720: error: expected ';' at end of input > drivers/scsi/pcmcia/nsp_cs.c:1720: error: expected declaration or statement at end of input > drivers/scsi/pcmcia/nsp_cs.c:1720: error: expected declaration or statement at end of input > drivers/scsi/pcmcia/nsp_cs.c:1720: error: expected declaration or statement at end of input ah, this driver depends on !x86_64, so my make allmodconfig run didn't catch it... Thanks! Should be fixed for the next -next. Best, Dominik