diff options
author | Felipe Balbi <balbi@ti.com> | 2013-02-22 12:47:07 +0200 |
---|---|---|
committer | Felipe Balbi <balbi@ti.com> | 2013-03-18 11:17:09 +0200 |
commit | 9e86e71bcec99256fa29466d207b414919beb977 (patch) | |
tree | 49303878c89508fb340dc0971e8c0dccbb04a7e5 /drivers/usb | |
parent | a033f7ae607eb1d281448cda694c83f0c3f95e0d (diff) |
usb: dwc3: core: remove bogus comment to our structure
that irq field has been removed already. This
patch just removes its documentation.
Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'drivers/usb')
-rw-r--r-- | drivers/usb/dwc3/core.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/usb/dwc3/core.h b/drivers/usb/dwc3/core.h index 52e48e21c82f..80f763f92e04 100644 --- a/drivers/usb/dwc3/core.h +++ b/drivers/usb/dwc3/core.h @@ -618,7 +618,6 @@ struct dwc3_scratchpad_array { * @gadget_driver: pointer to the gadget driver * @regs: base address for our registers * @regs_size: address space size - * @irq: IRQ number * @num_event_buffers: calculated number of event buffers * @u1u2: only used on revisions <1.83a for workaround * @maximum_speed: maximum speed requested (mainly for testing purposes) |