File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -1132,6 +1132,11 @@ void tb_xdomain_remove(struct tb_xdomain *xd);
1132
1132
struct tb_xdomain * tb_xdomain_find_by_link_depth (struct tb * tb , u8 link ,
1133
1133
u8 depth );
1134
1134
1135
+ static inline struct tb_switch * tb_xdomain_parent (struct tb_xdomain * xd )
1136
+ {
1137
+ return tb_to_switch (xd -> dev .parent );
1138
+ }
1139
+
1135
1140
int tb_retimer_scan (struct tb_port * port , bool add );
1136
1141
void tb_retimer_remove_all (struct tb_port * port );
1137
1142
Original file line number Diff line number Diff line change @@ -1131,11 +1131,6 @@ static int populate_properties(struct tb_xdomain *xd,
1131
1131
return 0 ;
1132
1132
}
1133
1133
1134
- static inline struct tb_switch * tb_xdomain_parent (struct tb_xdomain * xd )
1135
- {
1136
- return tb_to_switch (xd -> dev .parent );
1137
- }
1138
-
1139
1134
static int tb_xdomain_update_link_attributes (struct tb_xdomain * xd )
1140
1135
{
1141
1136
bool change = false;
You can’t perform that action at this time.
0 commit comments