Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e22caf8b authored by Baolin Wang's avatar Baolin Wang Committed by Greg Kroah-Hartman
Browse files

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: default avatarBaolin Wang <baolin.wang@linaro.org>
Signed-off-by: default avatarMathias Nyman <mathias.nyman@linux.intel.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 1cc6d861
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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 */