mirror of
https://github.com/genesi/linux-legacy.git
synced 2026-02-17 14:34:40 +00:00
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>