[PATCH] devfs: Remove devfs_remove() function from the kernel tree
Removes the devfs_remove() function and all callers of it. Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
@@ -348,7 +348,6 @@ static void __devexit cpqarray_remove_one(int i)
|
||||
for(j = 0; j < NWD; j++) {
|
||||
if (ida_gendisk[i][j]->flags & GENHD_FL_UP)
|
||||
del_gendisk(ida_gendisk[i][j]);
|
||||
devfs_remove("ida/c%dd%d",i,j);
|
||||
put_disk(ida_gendisk[i][j]);
|
||||
}
|
||||
blk_cleanup_queue(hba[i]->queue);
|
||||
@@ -1844,7 +1843,6 @@ static void __exit cpqarray_exit(void)
|
||||
}
|
||||
}
|
||||
|
||||
devfs_remove("ida");
|
||||
remove_proc_entry("cpqarray", proc_root_driver);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user