Skip to content
Snippets Groups Projects
Commit e10fb91c authored by James Bottomley's avatar James Bottomley
Browse files

[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: default avatarJames Bottomley <James.Bottomley@SteelEye.com>
parent 7fce2cf6
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@
struct request_queue;
struct scsi_cmnd;
struct scsi_mode_data;
struct scsi_lun;
/*
* sdev state: If you alter this, you also need to alter scsi_sysfs.c
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment