http://git.etherboot.org
/
gpxe.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[scsi] Make LUN a property of the SCSI backend only
[gpxe.git]
/
src
/
include
/
gpxe
/
scsi.h
diff --git
a/src/include/gpxe/scsi.h
b/src/include/gpxe/scsi.h
index
9131a29
..
9741697
100644
(file)
--- 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
*