thunderbolt: Use different lane for second DisplayPort tunnel
[linux-2.6-microblaze.git] / drivers / thunderbolt / tunnel.h
index 03e5607..bb4d1f1 100644 (file)
@@ -71,8 +71,8 @@ struct tb_tunnel *tb_tunnel_alloc_pci(struct tb *tb, struct tb_port *up,
 struct tb_tunnel *tb_tunnel_discover_dp(struct tb *tb, struct tb_port *in,
                                        bool alloc_hopid);
 struct tb_tunnel *tb_tunnel_alloc_dp(struct tb *tb, struct tb_port *in,
-                                    struct tb_port *out, int max_up,
-                                    int max_down);
+                                    struct tb_port *out, int link_nr,
+                                    int max_up, int max_down);
 struct tb_tunnel *tb_tunnel_alloc_dma(struct tb *tb, struct tb_port *nhi,
                                      struct tb_port *dst, int transmit_path,
                                      int transmit_ring, int receive_path,