Remove unused field
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1078 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
parent
77c22b0d7f
commit
8423870bde
1 changed files with 1 additions and 3 deletions
|
@ -380,8 +380,6 @@ struct usbstrg_dev_s
|
|||
|
||||
ubyte nluns:4; /* Number of LUNs */
|
||||
ubyte config; /* Configuration number */
|
||||
ubyte nwrq; /* Number of queue write requests (in wrreqlist)*/
|
||||
ubyte nrdq; /* Number of queue read requests (in epbulkout) */
|
||||
|
||||
/* Endpoints */
|
||||
|
||||
|
@ -389,7 +387,7 @@ struct usbstrg_dev_s
|
|||
FAR struct usbdev_ep_s *epbulkout; /* Bulk OUT endpoint structure */
|
||||
FAR struct usbdev_req_s *ctrlreq; /* Control request (for ep0 setup responses) */
|
||||
|
||||
/* SCSI commands */
|
||||
/* SCSI command processing */
|
||||
|
||||
struct usbstrg_lun_s *lun; /* Currently selected LUN */
|
||||
struct usbstrg_lun_s *luntab; /* Allocated table of all LUNs */
|
||||
|
|
Loading…
Reference in a new issue