From: Rolf Eike Beer <eike-kernel@sf-tec.de>
To: SCSI Mailing List <linux-scsi@vger.kernel.org>
Subject: [PATCH] clean up drivers/scsi/scsi.h
Date: Mon, 14 Feb 2005 11:57:29 +0100 [thread overview]
Message-ID: <200502141157.30447@bilbo.math.uni-mannheim.de> (raw)
Hi,
this patch removes some useless struct declarations from drivers/scsi/scsi.h.
All this structs are already defined in the header files included above
except Scsi_Host, for which we now directly include <scsi/scsi_host.h>
Signed-off-by: Rolf Eike Beer <eike-kernel@sf-tec.de>
--- linux-2.6.10/drivers/scsi/scsi.h 2004-12-24 22:34:27.000000000 +0100
+++ linux-2.6.10/drivers/scsi/scsi.h-new 2005-02-14 11:45:54.000000000 +0100
@@ -28,6 +28,7 @@
#include <scsi/scsi_eh.h>
#include <scsi/scsi_request.h>
#include <scsi/scsi_tcq.h>
+#include <scsi/scsi_host.h>
#include <scsi/scsi.h>
/*
@@ -40,12 +41,6 @@
#define FALSE 0
#endif
-struct Scsi_Host;
-struct scsi_cmnd;
-struct scsi_device;
-struct scsi_target;
-struct scatterlist;
-
/*
* Legacy dma direction interfaces.
*
next reply other threads:[~2005-02-14 10:52 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-02-14 10:57 Rolf Eike Beer [this message]
2005-02-14 11:09 ` [PATCH] clean up drivers/scsi/scsi.h Christoph Hellwig
2005-02-14 11:32 ` Rolf Eike Beer
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=200502141157.30447@bilbo.math.uni-mannheim.de \
--to=eike-kernel@sf-tec.de \
--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