From: Christoph Hellwig <hch@infradead.org>
To: Andrew Vasquez <andrew.vasquez@qlogic.com>,
SCSI Mailing List <linux-scsi@vger.kernel.org>,
James Bottomley <James.Bottomley@steeleye.com>
Subject: Re: PATCH [14/18] qla2xxx: Use proper include files
Date: Tue, 22 Jun 2004 09:57:27 +0100 [thread overview]
Message-ID: <20040622085727.GA31917@infradead.org> (raw)
In-Reply-To: <20040622055847.GA8483@linux.local.home>
> --- 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 <linux/ioctl.h>
> #include <asm/uaccess.h>
>
> -#include "scsi.h"
> -#include "hosts.h"
> -
> -#include <scsi/scsicam.h>
> +#include <scsi/scsi.h>
> +#include <scsi/scsi_host.h>
> +#include <scsi/scsi_device.h>
> +#include <scsi/scsi_cmnd.h>
> +#include <scsi/scsi_tcq.h>
> #include <scsi/scsi_ioctl.h>
> +#include <scsi/scsicam.h>
> #include <scsi/scsi_transport.h>
> #include <scsi/scsi_transport_fc.h>
Umm, no. I moved them away from qla_os.h precisly because I want to get
rid of that file in the next steps.
next prev parent reply other threads:[~2004-06-22 8:57 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-06-22 5:58 PATCH [14/18] qla2xxx: Use proper include files Andrew Vasquez
2004-06-22 8:57 ` Christoph Hellwig [this message]
-- strict thread matches above, loose matches on Subject: below --
2004-06-22 16:50 Andrew Vasquez
2004-06-22 17:22 ` Christoph Hellwig
2004-06-22 17:49 ` Andrew Vasquez
2004-06-22 22:22 ` Andrew Vasquez
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20040622085727.GA31917@infradead.org \
--to=hch@infradead.org \
--cc=James.Bottomley@steeleye.com \
--cc=andrew.vasquez@qlogic.com \
--cc=linux-scsi@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox