diff options
Diffstat (limited to 'drivers/scsi/pcmcia/nsp_cs.c')
-rw-r--r-- | drivers/scsi/pcmcia/nsp_cs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/pcmcia/nsp_cs.c b/drivers/scsi/pcmcia/nsp_cs.c index 83461419faca..050ea13ff80b 100644 --- a/drivers/scsi/pcmcia/nsp_cs.c +++ b/drivers/scsi/pcmcia/nsp_cs.c | |||
@@ -1717,7 +1717,7 @@ static void nsp_cs_config(dev_link_t *link) | |||
1717 | struct Scsi_Host *host; | 1717 | struct Scsi_Host *host; |
1718 | nsp_hw_data *data = &nsp_data_base; | 1718 | nsp_hw_data *data = &nsp_data_base; |
1719 | #if !(LINUX_VERSION_CODE >= KERNEL_VERSION(2,5,74)) | 1719 | #if !(LINUX_VERSION_CODE >= KERNEL_VERSION(2,5,74)) |
1720 | Scsi_Device *dev; | 1720 | struct scsi_device *dev; |
1721 | dev_node_t **tail, *node; | 1721 | dev_node_t **tail, *node; |
1722 | #endif | 1722 | #endif |
1723 | 1723 | ||