[SCSI] fix function prototype warning
authorJames Bottomley <jejb@titanic.(none)>
Thu, 14 Jul 2005 16:54:17 +0000 (11:54 -0500)
committerJames Bottomley <jejb@titanic.(none)>
Thu, 14 Jul 2005 16:54:17 +0000 (11:54 -0500)
int_to_scsilun() takes a pointer to a struct scsi_lun in it's
prototype, so add this structure to scsi_device.h to avoid declaration
inside function prototype warnings.

Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>

No differences found