Messages in this thread Patch in this message |  | | Subject | [PATCH] 2.5.30-dj1 | From | Paul Larson <> | Date | 05 Aug 2002 15:24:43 -0500 |
| |
Trivial fix for sym53c8xx driver breakage when CONFIG_BROKEN_SCSI_ERROR_HANDLING is turned off.
Thanks, Paul Larson
--- linux-dj/drivers/scsi/sym53c8xx.h Mon Aug 5 15:42:11 2002 +++ linux-dj-symfix/drivers/scsi/sym53c8xx.h Mon Aug 5 15:41:43 2002 @@ -89,8 +89,10 @@ release: sym53c8xx_release, \ info: sym53c8xx_info, \ queuecommand: sym53c8xx_queue_command,\ +#ifdef CONFIG_BROKEN_SCSI_ERROR_HANDLING abort: sym53c8xx_abort, \ reset: sym53c8xx_reset, \ +#endif bios_param: scsicam_bios_param, \ can_queue: SCSI_NCR_CAN_QUEUE, \ this_id: 7, \ - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |