diff options
Diffstat (limited to 'drivers/scsi/megaraid/mega_common.h')
-rw-r--r-- | drivers/scsi/megaraid/mega_common.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/scsi/megaraid/mega_common.h b/drivers/scsi/megaraid/mega_common.h index 8e547130e97d..4675343228ad 100644 --- a/drivers/scsi/megaraid/mega_common.h +++ b/drivers/scsi/megaraid/mega_common.h | |||
@@ -96,7 +96,6 @@ typedef struct { | |||
96 | * @param dpc_h : tasklet handle | 96 | * @param dpc_h : tasklet handle |
97 | * @param pdev : pci configuration pointer for kernel | 97 | * @param pdev : pci configuration pointer for kernel |
98 | * @param host : pointer to host structure of mid-layer | 98 | * @param host : pointer to host structure of mid-layer |
99 | * @param host_lock : pointer to appropriate lock | ||
100 | * @param lock : synchronization lock for mid-layer and driver | 99 | * @param lock : synchronization lock for mid-layer and driver |
101 | * @param quiescent : driver is quiescent for now. | 100 | * @param quiescent : driver is quiescent for now. |
102 | * @param outstanding_cmds : number of commands pending in the driver | 101 | * @param outstanding_cmds : number of commands pending in the driver |
@@ -151,7 +150,6 @@ typedef struct { | |||
151 | struct tasklet_struct dpc_h; | 150 | struct tasklet_struct dpc_h; |
152 | struct pci_dev *pdev; | 151 | struct pci_dev *pdev; |
153 | struct Scsi_Host *host; | 152 | struct Scsi_Host *host; |
154 | spinlock_t *host_lock; | ||
155 | spinlock_t lock; | 153 | spinlock_t lock; |
156 | uint8_t quiescent; | 154 | uint8_t quiescent; |
157 | int outstanding_cmds; | 155 | int outstanding_cmds; |