diff options
author | Baolin Wang <baolin.wang@linaro.org> | 2017-01-23 15:19:56 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-01-25 12:57:35 +0300 |
commit | e22caf8bc140d8efa52922040c173c0b84647b66 (patch) | |
tree | 377cc797d366ce9aa837c7f959281ee4871c10c3 /drivers/usb/host | |
parent | 1cc6d8617b9107f22ab86cec168f7f53f5ef42be (diff) | |
download | linux-e22caf8bc140d8efa52922040c173c0b84647b66.tar.xz |
usb: host: xhci: Remove unused 'addr_64' variable in xhci_hcd structure
Since the 'addr_64' variable as legacy is unused now, then remove it from
xhci_hcd structure.
Signed-off-by: Baolin Wang <baolin.wang@linaro.org>
Signed-off-by: Mathias Nyman <mathias.nyman@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/host')
-rw-r--r-- | drivers/usb/host/xhci.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/usb/host/xhci.h b/drivers/usb/host/xhci.h index cdf8c037d481..5bf9df25e2ea 100644 --- a/drivers/usb/host/xhci.h +++ b/drivers/usb/host/xhci.h @@ -1548,7 +1548,6 @@ struct xhci_hcd { u8 max_ports; u8 isoc_threshold; int event_ring_max; - int addr_64; /* 4KB min, 128MB max */ int page_size; /* Valid values are 12 to 20, inclusive */ |