Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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

parent c03d10ab
Loading
Loading
Loading
Loading
+0 −9
Original line number Diff line number Diff line
@@ -6,13 +6,4 @@
#include <linux/version.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 */