From: James Bottomley Date: Thu, 14 Jul 2005 16:54:17 +0000 (-0500) Subject: [SCSI] fix function prototype warning X-Git-Tag: v2.6.13-rc4~75^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e10fb91c4dc81a4ae47caf0828df152f600f2546;p=pandora-kernel.git [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 --- Reading git-diff-tree failed