2009-11-08 20:28:25

by Davidlohr Bueso

[permalink] [raw]
Subject: [PATCH 18/20] scsi/scsi.h: No longer use Scsi_Cmd typedef

Remove scsi_typedefs.h reference.

Signed-off-by: Davidlohr Bueso <[email protected]>

---
drivers/scsi/scsi.h | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)

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 */