public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 16/16] SCSI: remove Scsi_Cmnd
@ 2011-07-15  6:20 Davidlohr Bueso
  0 siblings, 0 replies; only message in thread
From: Davidlohr Bueso @ 2011-07-15  6:20 UTC (permalink / raw)
  To: James Bottomley, linux-scsi; +Cc: lkml

From: Davidlohr Bueso <dave@gnu.org>

Now that no driver is using this typedef, we can finally get rid of this ugly file.

Signed-off-by: Davidlohr Bueso <dave@gnu.org>
---
 drivers/scsi/scsi.h          |    3 ---
 drivers/scsi/scsi_typedefs.h |    2 --
 2 files changed, 0 insertions(+), 5 deletions(-)
 delete mode 100644 drivers/scsi/scsi_typedefs.h

diff --git a/drivers/scsi/scsi.h b/drivers/scsi/scsi.h
index d5a55fa..db67d4c 100644
--- a/drivers/scsi/scsi.h
+++ b/drivers/scsi/scsi.h
@@ -42,7 +42,4 @@ struct scsi_device;
 struct scsi_target;
 struct scatterlist;
 
-/* obsolete typedef junk. */
-#include "scsi_typedefs.h"
-
 #endif /* _SCSI_H */
diff --git a/drivers/scsi/scsi_typedefs.h b/drivers/scsi/scsi_typedefs.h
deleted file mode 100644
index 2ed4c5c..0000000
--- a/drivers/scsi/scsi_typedefs.h
+++ /dev/null
@@ -1,2 +0,0 @@
-
-typedef struct scsi_cmnd Scsi_Cmnd;
-- 
1.7.4.1






^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2011-07-15  6:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-15  6:20 [PATCH 16/16] SCSI: remove Scsi_Cmnd Davidlohr Bueso

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox