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, this is totally wrong.  If you only use pointers to structs always
use forward declarations instead of pulling in a full header.

-
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

Reply via email to