[<prev] [next>] [day] [month] [year] [list]
Message-ID: <1310710843.3184.67.camel@offbook>
Date: Fri, 15 Jul 2011 02:20:43 -0400
From: Davidlohr Bueso <dave.bueso@...il.com>
To: James Bottomley <James.Bottomley@...senpartnership.com>,
linux-scsi <linux-scsi@...r.kernel.org>
Cc: lkml <linux-kernel@...r.kernel.org>
Subject: [PATCH 16/16] SCSI: remove Scsi_Cmnd
From: Davidlohr Bueso <dave@....org>
Now that no driver is using this typedef, we can finally get rid of this ugly file.
Signed-off-by: Davidlohr Bueso <dave@....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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists