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)