diff options
Diffstat (limited to 'sys/cam/scsi/scsi_all.c')
| -rw-r--r-- | sys/cam/scsi/scsi_all.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/sys/cam/scsi/scsi_all.c b/sys/cam/scsi/scsi_all.c index 2844ac47f0e3..0dce729b1faa 100644 --- a/sys/cam/scsi/scsi_all.c +++ b/sys/cam/scsi/scsi_all.c @@ -711,15 +711,7 @@ scsi_op_desc(u_int16_t opcode, struct scsi_inquiry_data *inq_data) asc, asc, action #endif -/* - * If we're in the kernel, 'quantum' is already defined in cam_xpt.c. - * Otherwise, we need to define it. - */ -#ifdef _KERNEL -extern const char quantum[]; -#else static const char quantum[] = "QUANTUM"; -#endif /* * WARNING: You must update the num_ascs field below for this quirk table |
