diff options
Diffstat (limited to 'drivers/scsi/nsp32.c')
-rw-r--r-- | drivers/scsi/nsp32.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/scsi/nsp32.c b/drivers/scsi/nsp32.c index 5159ceea319e..6367f009cd74 100644 --- a/drivers/scsi/nsp32.c +++ b/drivers/scsi/nsp32.c | |||
@@ -2719,9 +2719,7 @@ static int nsp32_detect(Scsi_Host_Template *sht) | |||
2719 | host->unique_id = data->BaseAddress; | 2719 | host->unique_id = data->BaseAddress; |
2720 | host->n_io_port = data->NumAddress; | 2720 | host->n_io_port = data->NumAddress; |
2721 | host->base = (unsigned long)data->MmioAddress; | 2721 | host->base = (unsigned long)data->MmioAddress; |
2722 | #if (LINUX_VERSION_CODE > KERNEL_VERSION(2,5,63)) | 2722 | #if (LINUX_VERSION_CODE <= KERNEL_VERSION(2,5,63)) |
2723 | scsi_set_device(host, &PCIDEV->dev); | ||
2724 | #else | ||
2725 | scsi_set_pci_device(host, PCIDEV); | 2723 | scsi_set_pci_device(host, PCIDEV); |
2726 | #endif | 2724 | #endif |
2727 | 2725 | ||