diff options
-rw-r--r-- | drivers/block/cciss.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/block/cciss.c b/drivers/block/cciss.c index 9ffa821fbfd7..b73116ef9236 100644 --- a/drivers/block/cciss.c +++ b/drivers/block/cciss.c | |||
@@ -3614,7 +3614,9 @@ static void __devexit cciss_remove_one(struct pci_dev *pdev) | |||
3614 | } | 3614 | } |
3615 | } | 3615 | } |
3616 | 3616 | ||
3617 | #ifdef CONFIG_CISS_SCSI_TAPE | ||
3617 | cciss_unregister_scsi(i); /* unhook from SCSI subsystem */ | 3618 | cciss_unregister_scsi(i); /* unhook from SCSI subsystem */ |
3619 | #endif | ||
3618 | 3620 | ||
3619 | cciss_shutdown(pdev); | 3621 | cciss_shutdown(pdev); |
3620 | 3622 | ||