From: Andrew Vasquez <andrew.vasquez@qlogic.com>
To: SCSI Mailing List <linux-scsi@vger.kernel.org>,
James Bottomley <James.Bottomley@steeleye.com>
Subject: PATCH [14/18] qla2xxx: Use proper include files
Date: Mon, 21 Jun 2004 22:58:47 -0700 [thread overview]
Message-ID: <20040622055847.GA8483@linux.local.home> (raw)
ChangeSet
1.1850 04/06/17 13:52:06 andrew.vasquez@apc.qlogic.com +2 -0
Use the standard include/scsi/* headers rather than those in
drivers/scsi/. Slightly modified variant from initial patch sent by
Christoph Hellwig <hch () lst !de>.
Signed-off-by: Andrew Vasquez <andrew.vasquez@qlogic.com>
drivers/scsi/qla2xxx/Makefile | 2 +-
drivers/scsi/qla2xxx/qla_os.h | 10 ++++++----
2 files changed, 7 insertions(+), 5 deletions(-)
diff -Nru a/drivers/scsi/qla2xxx/Makefile b/drivers/scsi/qla2xxx/Makefile
--- a/drivers/scsi/qla2xxx/Makefile 2004-06-21 15:39:47 -07:00
+++ b/drivers/scsi/qla2xxx/Makefile 2004-06-21 15:39:47 -07:00
@@ -1,4 +1,4 @@
-EXTRA_CFLAGS += -Idrivers/scsi -DUNIQUE_FW_NAME
+EXTRA_CFLAGS += -DUNIQUE_FW_NAME
qla2xxx-y := qla_os.o qla_init.o qla_mbx.o qla_iocb.o qla_isr.o qla_gs.o \
qla_dbg.o qla_sup.o qla_rscn.o
diff -Nru a/drivers/scsi/qla2xxx/qla_os.h b/drivers/scsi/qla2xxx/qla_os.h
--- 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>
next reply other threads:[~2004-06-22 5:55 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-06-22 5:58 Andrew Vasquez [this message]
2004-06-22 8:57 ` PATCH [14/18] qla2xxx: Use proper include files Christoph Hellwig
-- 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=20040622055847.GA8483@linux.local.home \
--to=andrew.vasquez@qlogic.com \
--cc=James.Bottomley@steeleye.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.