diff options
author | Dan Williams <dan.j.williams@intel.com> | 2013-10-16 12:25:44 -0700 |
---|---|---|
committer | Sarah Sharp <sarah.a.sharp@linux.intel.com> | 2013-10-16 15:49:49 -0700 |
commit | a2cdc3432c361bb885476d1c625e22b518e0bc07 (patch) | |
tree | 7e948f717ea62248236d08fce910a9e7c697ab3c /drivers/usb/host/xhci.h | |
parent | 4e341818ee9ee8d435977131cc7ce9e89c053fa6 (diff) | |
download | op-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.h | 2 |
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; |