From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: Re: PATCH [14/18] qla2xxx: Use proper include files Date: Tue, 22 Jun 2004 09:57:27 +0100 Sender: linux-scsi-owner@vger.kernel.org Message-ID: <20040622085727.GA31917@infradead.org> References: <20040622055847.GA8483@linux.local.home> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [213.146.154.40] ([213.146.154.40]:8834 "EHLO pentafluge.infradead.org") by vger.kernel.org with ESMTP id S261602AbUFVI52 (ORCPT ); Tue, 22 Jun 2004 04:57:28 -0400 Content-Disposition: inline In-Reply-To: <20040622055847.GA8483@linux.local.home> List-Id: linux-scsi@vger.kernel.org To: Andrew Vasquez , SCSI Mailing List , James Bottomley > --- a/drivers/scsi/qla2xxx/qla_os.h 2004-06-21 15:39:47 -07:00 > +++ b/drivers/scsi/qla2xxx/qla_os.h 2004-06-21 15:39:47 -07:00 > @@ -58,11 +58,13 @@ > #include > #include > > -#include "scsi.h" > -#include "hosts.h" > - > -#include > +#include > +#include > +#include > +#include > +#include > #include > +#include > #include > #include Umm, no. I moved them away from qla_os.h precisly because I want to get rid of that file in the next steps.