mirror of
https://github.com/Evolution-X-Devices/kernel_google_b1c1
synced 2026-02-14 07:58:17 +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>