Commit 20a2460b authored by Michal Piotrowski's avatar Michal Piotrowski Committed by James Bottomley

[SCSI] drivers/message/fusion/linux_compat.h Removal of old code

Signed-off-by: default avatarMichal Piotrowski <michal.k.k.piotrowski@gmail.com>
Acked-by: default avatar"Moore, Eric Dean" <Eric.Moore@lsil.com>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarJames Bottomley <James.Bottomley@SteelEye.com>
parent c03d10ab
...@@ -6,13 +6,4 @@ ...@@ -6,13 +6,4 @@
#include <linux/version.h> #include <linux/version.h>
#include <scsi/scsi_device.h> #include <scsi/scsi_device.h>
#if (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,6))
static int inline scsi_device_online(struct scsi_device *sdev)
{
return sdev->online;
}
#endif
/*}-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
#endif /* _LINUX_COMPAT_H */ #endif /* _LINUX_COMPAT_H */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment