Loading drivers/thunderbolt/tb.c +1 −2 Original line number Diff line number Diff line Loading @@ -76,6 +76,7 @@ struct tb_hotplug_event { bool unplug; }; static void tb_scan_port(struct tb_port *port); static void tb_handle_hotplug(struct work_struct *work); static void tb_queue_hotplug(struct tb *tb, u64 route, u8 port, bool unplug) Loading Loading @@ -1238,8 +1239,6 @@ static void tb_configure_link(struct tb_port *down, struct tb_port *up, tb_switch_configure_link(sw); } static void tb_scan_port(struct tb_port *port); /* * tb_scan_switch() - scan for and initialize downstream switches */ Loading Loading
drivers/thunderbolt/tb.c +1 −2 Original line number Diff line number Diff line Loading @@ -76,6 +76,7 @@ struct tb_hotplug_event { bool unplug; }; static void tb_scan_port(struct tb_port *port); static void tb_handle_hotplug(struct work_struct *work); static void tb_queue_hotplug(struct tb *tb, u64 route, u8 port, bool unplug) Loading Loading @@ -1238,8 +1239,6 @@ static void tb_configure_link(struct tb_port *down, struct tb_port *up, tb_switch_configure_link(sw); } static void tb_scan_port(struct tb_port *port); /* * tb_scan_switch() - scan for and initialize downstream switches */ Loading