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 <[EMAIL PROTECTED]> --- 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. * - To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

