From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: Re: [PATCH] scsi sysfs update (base 1/3) Date: Thu, 7 Nov 2002 18:28:15 -0500 Sender: linux-scsi-owner@vger.kernel.org Message-ID: <20021107182815.A15350@sgi.com> References: <20021107073619.GA1390@beaverton.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20021107073619.GA1390@beaverton.ibm.com>; from andmike@us.ibm.com on Wed, Nov 06, 2002 at 11:36:19PM -0800 List-Id: linux-scsi@vger.kernel.org To: Mike Anderson Cc: linux-scsi@vger.kernel.org On Wed, Nov 06, 2002 at 11:36:19PM -0800, Mike Anderson wrote: > diff -Nru a/drivers/scsi/hosts.c b/drivers/scsi/hosts.c > --- a/drivers/scsi/hosts.c Wed Nov 6 23:06:51 2002 > +++ b/drivers/scsi/hosts.c Wed Nov 6 23:06:51 2002 > @@ -44,6 +44,7 @@ > > #include "scsi.h" > #include "hosts.h" > +#include "scsi_sysfs.h" Do you really need that header? All sysfs functionality is needed by the midlayer and upper layer drivers anyway.