summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/xhci.h
diff options
context:
space:
mode:
authorDan Williams <dan.j.williams@intel.com>2013-10-16 12:25:44 -0700
committerSarah Sharp <sarah.a.sharp@linux.intel.com>2013-10-16 15:49:49 -0700
commita2cdc3432c361bb885476d1c625e22b518e0bc07 (patch)
tree7e948f717ea62248236d08fce910a9e7c697ab3c /drivers/usb/host/xhci.h
parent4e341818ee9ee8d435977131cc7ce9e89c053fa6 (diff)
downloadop-kernel-dev-a2cdc3432c361bb885476d1c625e22b518e0bc07.zip
op-kernel-dev-a2cdc3432c361bb885476d1c625e22b518e0bc07.tar.gz
usb: xhci: remove the unused ->address field
Only used for debug output, so we don't need to save it. Signed-off-by: Dan Williams <dan.j.williams@intel.com> Signed-off-by: Sarah Sharp <sarah.a.sharp@linux.intel.com>
Diffstat (limited to 'drivers/usb/host/xhci.h')
-rw-r--r--drivers/usb/host/xhci.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/usb/host/xhci.h b/drivers/usb/host/xhci.h
index 4660819..2c701c6 100644
--- a/drivers/usb/host/xhci.h
+++ b/drivers/usb/host/xhci.h
@@ -935,8 +935,6 @@ struct xhci_virt_device {
/* Rings saved to ensure old alt settings can be re-instated */
struct xhci_ring **ring_cache;
int num_rings_cached;
- /* Store xHC assigned device address */
- int address;
#define XHCI_MAX_RINGS_CACHED 31
struct xhci_virt_ep eps[31];
struct completion cmd_completion;
OpenPOWER on IntegriCloud