From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S935244AbXGTRbv (ORCPT ); Fri, 20 Jul 2007 13:31:51 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1763016AbXGTRbj (ORCPT ); Fri, 20 Jul 2007 13:31:39 -0400 Received: from ftp.linux-mips.org ([194.74.144.162]:36254 "EHLO ftp.linux-mips.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1762994AbXGTRbi (ORCPT ); Fri, 20 Jul 2007 13:31:38 -0400 Date: Fri, 20 Jul 2007 18:31:32 +0100 From: Ralf Baechle To: Geert Uytterhoeven Cc: Andrew Morton , linux-m68k@vger.kernel.org, linux-kernel@vger.kernel.org, "James E.J. Bottomley" , linux-scsi@vger.kernel.org, linux-mips@linux-mips.org Subject: Re: [patch 3/3] scsi: wd33c93 needs Message-ID: <20070720173132.GB19424@linux-mips.org> References: <20070720164043.523003359@mail.of.borg> <20070720164324.097994947@mail.of.borg> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070720164324.097994947@mail.of.borg> User-Agent: Mutt/1.5.14 (2007-02-12) Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Jul 20, 2007 at 06:40:46PM +0200, Geert Uytterhoeven wrote: > --- a/drivers/scsi/wd33c93.c > +++ b/drivers/scsi/wd33c93.c > @@ -89,6 +89,8 @@ > #include > #include > > +#include These days that should probably be . Ralf