diff options
Diffstat (limited to 'drivers/block/cpqarray.c')
-rw-r--r-- | drivers/block/cpqarray.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/block/cpqarray.c b/drivers/block/cpqarray.c index 5eb6fb7b5cfa..2701ed734b24 100644 --- a/drivers/block/cpqarray.c +++ b/drivers/block/cpqarray.c | |||
@@ -348,7 +348,6 @@ static void __devexit cpqarray_remove_one(int i) | |||
348 | for(j = 0; j < NWD; j++) { | 348 | for(j = 0; j < NWD; j++) { |
349 | if (ida_gendisk[i][j]->flags & GENHD_FL_UP) | 349 | if (ida_gendisk[i][j]->flags & GENHD_FL_UP) |
350 | del_gendisk(ida_gendisk[i][j]); | 350 | del_gendisk(ida_gendisk[i][j]); |
351 | devfs_remove("ida/c%dd%d",i,j); | ||
352 | put_disk(ida_gendisk[i][j]); | 351 | put_disk(ida_gendisk[i][j]); |
353 | } | 352 | } |
354 | blk_cleanup_queue(hba[i]->queue); | 353 | blk_cleanup_queue(hba[i]->queue); |
@@ -1844,7 +1843,6 @@ static void __exit cpqarray_exit(void) | |||
1844 | } | 1843 | } |
1845 | } | 1844 | } |
1846 | 1845 | ||
1847 | devfs_remove("ida"); | ||
1848 | remove_proc_entry("cpqarray", proc_root_driver); | 1846 | remove_proc_entry("cpqarray", proc_root_driver); |
1849 | } | 1847 | } |
1850 | 1848 | ||