diff mbox

usb: host: xhci: Remove unused 'addr_64' variable in xhci_hcd structure

Message ID f6be3f81f09ab3f33b5c67f7ca96fe91b6e62867.1479198559.git.baolin.wang@linaro.org
State Accepted
Commit e22caf8bc140d8efa52922040c173c0b84647b66
Headers show

Commit Message

(Exiting) Baolin Wang Nov. 15, 2016, 8:34 a.m. UTC
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>

---
 drivers/usb/host/xhci.h |    1 -
 1 file changed, 1 deletion(-)

-- 
1.7.9.5

--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Comments

Mathias Nyman Nov. 15, 2016, 11:39 a.m. UTC | #1
On 15.11.2016 10:34, Baolin Wang wrote:
> 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>

> ---

>


Thanks, I'll add it to the queue
-Mathias  

--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/drivers/usb/host/xhci.h b/drivers/usb/host/xhci.h
index 3e5922d..9dbaacf 100644
--- a/drivers/usb/host/xhci.h
+++ b/drivers/usb/host/xhci.h
@@ -1547,7 +1547,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 */