diff options
author | John Youn <johnyoun@synopsys.com> | 2016-11-03 17:55:48 -0700 |
---|---|---|
committer | Felipe Balbi <felipe.balbi@linux.intel.com> | 2016-11-18 13:54:10 +0200 |
commit | d4c0cf2d902c68e65ff18f1a3e3334325d4fdd89 (patch) | |
tree | 04134bcb2dd7196e7b745655ad229c2e6a8ad9a3 /drivers/usb/dwc2 | |
parent | cd4b1e34655d46950c065d9284b596cd8d7b28cd (diff) | |
download | op-kernel-dev-d4c0cf2d902c68e65ff18f1a3e3334325d4fdd89.zip op-kernel-dev-d4c0cf2d902c68e65ff18f1a3e3334325d4fdd89.tar.gz |
usb: dwc2: Remove unused hardware parameter
The dma_desc_fs_enable does not correspond to any hardware parameter and
is unused. Remove it.
Signed-off-by: John Youn <johnyoun@synopsys.com>
Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>
Diffstat (limited to 'drivers/usb/dwc2')
-rw-r--r-- | drivers/usb/dwc2/core.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/usb/dwc2/core.h b/drivers/usb/dwc2/core.h index 2a21a04..086bbdf 100644 --- a/drivers/usb/dwc2/core.h +++ b/drivers/usb/dwc2/core.h @@ -516,7 +516,6 @@ struct dwc2_hw_params { unsigned op_mode:3; unsigned arch:2; unsigned dma_desc_enable:1; - unsigned dma_desc_fs_enable:1; unsigned enable_dynamic_fifo:1; unsigned en_multiple_tx_fifo:1; unsigned host_rx_fifo_size:16; |