mirror of
https://github.com/armbian/linux.git
synced 2026-01-06 10:13:00 -08: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>