From 82f3e6804f965d275aa7ad1ec45d3cde9a82126e Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Wed, 3 May 2017 19:58:06 -0700 Subject: [PATCH] scst/include/backport.h: Remove an incomplete FC backport --- scst/include/backport.h | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/scst/include/backport.h b/scst/include/backport.h index c8a4ae869..8cb0198cb 100644 --- a/scst/include/backport.h +++ b/scst/include/backport.h @@ -722,17 +722,6 @@ static inline void put_unaligned_be64(uint64_t i, void *p) } #endif -/* */ - -/* - * See also commit 75cc8cfc6e13 (scsi: change FC drivers to use 'struct - * bsg_job') - */ -#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 10, 0) || 1 -#define fc_bsg_job bsg_job -#define fc_bsg_jobdone bsg_job_done -#endif - /* */ #if LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 24)