File tree Expand file tree Collapse file tree 2 files changed +0
-12
lines changed Expand file tree Collapse file tree 2 files changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -725,8 +725,6 @@ static inline void idxd_desc_complete(struct idxd_desc *desc,
725
725
& desc -> txd , & status );
726
726
}
727
727
728
- int idxd_register_bus_type (void );
729
- void idxd_unregister_bus_type (void );
730
728
int idxd_register_devices (struct idxd_device * idxd );
731
729
void idxd_unregister_devices (struct idxd_device * idxd );
732
730
void idxd_wqs_quiesce (struct idxd_device * idxd );
Original file line number Diff line number Diff line change @@ -1979,13 +1979,3 @@ void idxd_unregister_devices(struct idxd_device *idxd)
1979
1979
device_unregister (group_confdev (group ));
1980
1980
}
1981
1981
}
1982
-
1983
- int idxd_register_bus_type (void )
1984
- {
1985
- return bus_register (& dsa_bus_type );
1986
- }
1987
-
1988
- void idxd_unregister_bus_type (void )
1989
- {
1990
- bus_unregister (& dsa_bus_type );
1991
- }
You can’t perform that action at this time.
0 commit comments