linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] usb: host: xhci: Remove unused 'addr_64' variable in xhci_hcd structure
@ 2016-11-15  8:34 Baolin Wang
  2016-11-15 11:39 ` Mathias Nyman
  0 siblings, 1 reply; 2+ messages in thread
From: Baolin Wang @ 2016-11-15  8:34 UTC (permalink / raw)
  To: mathias.nyman, gregkh; +Cc: linux-usb, linux-kernel, broonie, baolin.wang

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(-)

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 */
-- 
1.7.9.5

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] usb: host: xhci: Remove unused 'addr_64' variable in xhci_hcd structure
  2016-11-15  8:34 [PATCH] usb: host: xhci: Remove unused 'addr_64' variable in xhci_hcd structure Baolin Wang
@ 2016-11-15 11:39 ` Mathias Nyman
  0 siblings, 0 replies; 2+ messages in thread
From: Mathias Nyman @ 2016-11-15 11:39 UTC (permalink / raw)
  To: Baolin Wang, mathias.nyman, gregkh; +Cc: linux-usb, linux-kernel, broonie

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  

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-11-15 11:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-11-15  8:34 [PATCH] usb: host: xhci: Remove unused 'addr_64' variable in xhci_hcd structure Baolin Wang
2016-11-15 11:39 ` Mathias Nyman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).