diff options
Diffstat (limited to 'drivers/scsi/sata_promise.c')
-rw-r--r-- | drivers/scsi/sata_promise.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/scsi/sata_promise.c b/drivers/scsi/sata_promise.c index 9557c7aa45e0..000844a4129f 100644 --- a/drivers/scsi/sata_promise.c +++ b/drivers/scsi/sata_promise.c | |||
@@ -677,10 +677,6 @@ static int pdc_ata_init_one (struct pci_dev *pdev, const struct pci_device_id *e | |||
677 | if (!printed_version++) | 677 | if (!printed_version++) |
678 | dev_printk(KERN_DEBUG, &pdev->dev, "version " DRV_VERSION "\n"); | 678 | dev_printk(KERN_DEBUG, &pdev->dev, "version " DRV_VERSION "\n"); |
679 | 679 | ||
680 | /* | ||
681 | * If this driver happens to only be useful on Apple's K2, then | ||
682 | * we should check that here as it has a normal Serverworks ID | ||
683 | */ | ||
684 | rc = pci_enable_device(pdev); | 680 | rc = pci_enable_device(pdev); |
685 | if (rc) | 681 | if (rc) |
686 | return rc; | 682 | return rc; |