diff options
Diffstat (limited to 'drivers/block/sx8.c')
-rw-r--r-- | drivers/block/sx8.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/block/sx8.c b/drivers/block/sx8.c index 9fb3f51e574e..a366ea8c6a40 100644 --- a/drivers/block/sx8.c +++ b/drivers/block/sx8.c | |||
@@ -1736,7 +1736,6 @@ static void carm_remove_one (struct pci_dev *pdev) | |||
1736 | 1736 | ||
1737 | free_irq(pdev->irq, host); | 1737 | free_irq(pdev->irq, host); |
1738 | carm_free_disks(host); | 1738 | carm_free_disks(host); |
1739 | devfs_remove(DRV_NAME); | ||
1740 | unregister_blkdev(host->major, host->name); | 1739 | unregister_blkdev(host->major, host->name); |
1741 | if (host->major == 160) | 1740 | if (host->major == 160) |
1742 | clear_bit(0, &carm_major_alloc); | 1741 | clear_bit(0, &carm_major_alloc); |