From mboxrd@z Thu Jan 1 00:00:00 1970 From: James Bottomley Subject: Re: linux-next: build failure after merge of the scsi tree Date: Tue, 26 Oct 2010 10:50:08 -0500 Message-ID: <1288108208.8283.116.camel@mulgrave.site> References: <20101026111944.9139ee1b.sfr@canb.auug.org.au> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Return-path: Received: from bedivere.hansenpartnership.com ([66.63.167.143]:47207 "EHLO bedivere.hansenpartnership.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751123Ab0JZPuK (ORCPT ); Tue, 26 Oct 2010 11:50:10 -0400 In-Reply-To: <20101026111944.9139ee1b.sfr@canb.auug.org.au> Sender: linux-next-owner@vger.kernel.org List-ID: To: Stephen Rothwell Cc: linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, James Smart , Alex Iannicelli On Tue, 2010-10-26 at 11:19 +1100, Stephen Rothwell wrote: > Hi James, > > After merging the scsi tree, today's linux-next build (powerpc > ppc64_defconfig) failed like this: > > drivers/scsi/lpfc/lpfc_hbadisc.c: In function 'lpfc_mbx_cmpl_fcf_rr_read_fcf_rec': > drivers/scsi/lpfc/lpfc_hbadisc.c:2332: error: implicit declaration of function 'msleep' > > Caused by commit 2c09c56c0967ff6a0974ebe2b03da39b26073dd0 ("[SCSI] lpfc > 8.3.18: Add logic to detect last devloss timeout"). > > I have used the scsi tree from next-20101025 for today. I've fixed this up in scsi-misc (by adding an explicit delay.h to lpfc_hbadisc.c). So hopefully the scsi branch should work for the next build. James