mirror of
https://github.com/apache/nuttx.git
synced 2026-05-28 11:56:10 +08:00
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:
@@ -380,8 +380,6 @@ struct usbstrg_dev_s
|
|||||||
|
|
||||||
ubyte nluns:4; /* Number of LUNs */
|
ubyte nluns:4; /* Number of LUNs */
|
||||||
ubyte config; /* Configuration number */
|
ubyte config; /* Configuration number */
|
||||||
ubyte nwrq; /* Number of queue write requests (in wrreqlist)*/
|
|
||||||
ubyte nrdq; /* Number of queue read requests (in epbulkout) */
|
|
||||||
|
|
||||||
/* Endpoints */
|
/* Endpoints */
|
||||||
|
|
||||||
@@ -389,7 +387,7 @@ struct usbstrg_dev_s
|
|||||||
FAR struct usbdev_ep_s *epbulkout; /* Bulk OUT endpoint structure */
|
FAR struct usbdev_ep_s *epbulkout; /* Bulk OUT endpoint structure */
|
||||||
FAR struct usbdev_req_s *ctrlreq; /* Control request (for ep0 setup responses) */
|
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 *lun; /* Currently selected LUN */
|
||||||
struct usbstrg_lun_s *luntab; /* Allocated table of all LUNs */
|
struct usbstrg_lun_s *luntab; /* Allocated table of all LUNs */
|
||||||
|
|||||||
Reference in New Issue
Block a user