Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

Signed-off-by: Michal Piotrowski <michal.k.k.piotrowski@gmail.com>
Acked-by: "Moore, Eric Dean" <Eric.Moore@lsil.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>

authored by

Michal Piotrowski and committed by
James Bottomley
20a2460b c03d10ab

-9
-9
drivers/message/fusion/linux_compat.h
··· 6 6 #include <linux/version.h> 7 7 #include <scsi/scsi_device.h> 8 8 9 - #if (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,6)) 10 - static int inline scsi_device_online(struct scsi_device *sdev) 11 - { 12 - return sdev->online; 13 - } 14 - #endif 15 - 16 - 17 - /*}-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/ 18 9 #endif /* _LINUX_COMPAT_H */