[PATCH] clean up drivers/scsi/scsi.h

2005-02-14 Thread Rolf Eike Beer
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] ---

Re: [PATCH] clean up drivers/scsi/scsi.h

2005-02-14 Thread Christoph Hellwig
On Mon, Feb 14, 2005 at 11:57:29AM +0100, Rolf Eike Beer wrote: 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 No,

Re: [PATCH] clean up drivers/scsi/scsi.h

2005-02-14 Thread Rolf Eike Beer
Am Montag, 14. Februar 2005 12:09 schrieb Christoph Hellwig: On Mon, Feb 14, 2005 at 11:57:29AM +0100, Rolf Eike Beer wrote: 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