]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
usb: dwc2: Remove unused hardware parameter
authorJohn Youn <johnyoun@synopsys.com>
Fri, 4 Nov 2016 00:55:48 +0000 (17:55 -0700)
committerFelipe Balbi <felipe.balbi@linux.intel.com>
Fri, 18 Nov 2016 11:54:10 +0000 (13:54 +0200)
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>
drivers/usb/dwc2/core.h

index 2a21a0414b1d385347ac700b4db5fda2f502c523..086bbdfdcb8ffb4d22438c7d6abfe36391c717d3 100644 (file)
@@ -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;