From cf716a0ce622557cbd407980bf1e8b5db1ed6891 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Sun, 9 Aug 2009 16:09:47 +0100 Subject: [scsi] Make LUN a property of the SCSI backend only Nothing within the SCSI core actually refers to the LUN, so we can simplify matters by treating it as purely a property of the backend. --- src/include/gpxe/scsi.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/include') diff --git a/src/include/gpxe/scsi.h b/src/include/gpxe/scsi.h index 9131a29a0..97416970d 100644 --- a/src/include/gpxe/scsi.h +++ b/src/include/gpxe/scsi.h @@ -253,8 +253,6 @@ struct scsi_lun { struct scsi_device { /** Block device interface */ struct block_device blockdev; - /** Logical unit number (LUN) */ - struct scsi_lun lun; /** * Issue SCSI command * -- cgit v1.2.3-55-g7522