[PATCH 16/16] SCSI: remove Scsi_Cmnd

From: Davidlohr Bueso
Date: Fri Jul 15 2011 - 02:22:15 EST


From: Davidlohr Bueso <dave@xxxxxxx>

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

Signed-off-by: Davidlohr Bueso <dave@xxxxxxx>
---
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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/