xhci: dbc: remove endpoint pointers from dbc_port structure

dbctty no longer needs references directly to dbc endpoints,
so remove them

Signed-off-by: Mathias Nyman <mathias.nyman@linux.intel.com>
Link: https://lore.kernel.org/r/20200723144530.9992-24-mathias.nyman@linux.intel.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Este commit está contenido en:
Mathias Nyman
2020-07-23 17:45:26 +03:00
cometido por Greg Kroah-Hartman
padre e0aa56dc7b
commit 4ee0e36643
Se han modificado 2 ficheros con 0 adiciones y 4 borrados

Ver fichero

@@ -110,8 +110,6 @@ struct dbc_port {
struct kfifo write_fifo;
bool registered;
struct dbc_ep *in;
struct dbc_ep *out;
};
struct xhci_dbc {