aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/hpsa.h
diff options
context:
space:
mode:
authorTomas Henzl <thenzl@redhat.com>2013-08-01 09:14:52 -0400
committerJames Bottomley <JBottomley@Parallels.com>2013-08-26 04:51:31 -0400
commit1cdd3cf838a23290d0468b03981caf84bce8740c (patch)
tree4d354370c4731aac31bb7b53b191e495ab739df2 /drivers/scsi/hpsa.h
parent2cc5bfaf854463d9d1aa52091f60110fbf102a96 (diff)
[SCSI] hpsa: remove unneeded variable
Signed-off-by: Tomas Henzl <thenzl@redhat.com> Acked-by: Stephen M. Cameron <scameron@beardog.cce.hp.com> Signed-off-by: James Bottomley <JBottomley@Parallels.com>
Diffstat (limited to 'drivers/scsi/hpsa.h')
-rw-r--r--drivers/scsi/hpsa.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/scsi/hpsa.h b/drivers/scsi/hpsa.h
index 981647989bfd..bc85e7244f40 100644
--- a/drivers/scsi/hpsa.h
+++ b/drivers/scsi/hpsa.h
@@ -98,8 +98,6 @@ struct ctlr_info {
98 struct ErrorInfo *errinfo_pool; 98 struct ErrorInfo *errinfo_pool;
99 dma_addr_t errinfo_pool_dhandle; 99 dma_addr_t errinfo_pool_dhandle;
100 unsigned long *cmd_pool_bits; 100 unsigned long *cmd_pool_bits;
101 int nr_allocs;
102 int nr_frees;
103 int scan_finished; 101 int scan_finished;
104 spinlock_t scan_lock; 102 spinlock_t scan_lock;
105 wait_queue_head_t scan_wait_queue; 103 wait_queue_head_t scan_wait_queue;