]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[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)
commite10fb91c4dc81a4ae47caf0828df152f600f2546
treed10758f4a6b59a80157595138c02bc6f9aa993f1
parent7fce2cf62e4bd9c24717009865ac00940cb664b8
[SCSI] fix function prototype warning

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>
include/scsi/scsi_device.h