Commit 3952c9c5 authored by Christoph Hellwig's avatar Christoph Hellwig

[PATCH] get rid of obsolete APIs in nsp32

Signed-off-by: default avatarJames Bottomley <James.Bottomley@SteelEye.com>
parent ca47f1c6
This diff is collapsed.
...@@ -499,7 +499,7 @@ typedef struct _nsp32_autoparam { ...@@ -499,7 +499,7 @@ typedef struct _nsp32_autoparam {
#define MSGIN03 BIT(1) /* Auto Msg In 03 Flag */ #define MSGIN03 BIT(1) /* Auto Msg In 03 Flag */
typedef struct _nsp32_lunt { typedef struct _nsp32_lunt {
Scsi_Cmnd *SCpnt; /* Current Handling Scsi_Cmnd */ struct scsi_cmnd *SCpnt; /* Current Handling struct scsi_cmnd */
unsigned long save_datp; /* Save Data Pointer - saved position from initial address */ unsigned long save_datp; /* Save Data Pointer - saved position from initial address */
int msgin03; /* auto msg in 03 flag */ int msgin03; /* auto msg in 03 flag */
unsigned int sg_num; /* Total number of SG entries */ unsigned int sg_num; /* Total number of SG entries */
...@@ -567,7 +567,7 @@ typedef struct _nsp32_hw_data { ...@@ -567,7 +567,7 @@ typedef struct _nsp32_hw_data {
#define NSP32_MMIO_OFFSET 0x0800 #define NSP32_MMIO_OFFSET 0x0800
unsigned long MmioLength; unsigned long MmioLength;
Scsi_Cmnd *CurrentSC; struct scsi_cmnd *CurrentSC;
struct pci_dev *Pci; struct pci_dev *Pci;
const struct pci_device_id *pci_devid; const struct pci_device_id *pci_devid;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment