|
@@ -2273,9 +2273,8 @@ module_init(ntb_transport_init);
|
|
|
|
|
|
static void __exit ntb_transport_exit(void)
|
|
static void __exit ntb_transport_exit(void)
|
|
{
|
|
{
|
|
- debugfs_remove_recursive(nt_debugfs_dir);
|
|
|
|
-
|
|
|
|
ntb_unregister_client(&ntb_transport_client);
|
|
ntb_unregister_client(&ntb_transport_client);
|
|
bus_unregister(&ntb_transport_bus);
|
|
bus_unregister(&ntb_transport_bus);
|
|
|
|
+ debugfs_remove_recursive(nt_debugfs_dir);
|
|
}
|
|
}
|
|
module_exit(ntb_transport_exit);
|
|
module_exit(ntb_transport_exit);
|