diff options
Diffstat (limited to 'drivers/scsi/pmcraid.h')
-rw-r--r-- | drivers/scsi/pmcraid.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/pmcraid.h b/drivers/scsi/pmcraid.h index 01eb2bc16dc1..8bfac72a242b 100644 --- a/drivers/scsi/pmcraid.h +++ b/drivers/scsi/pmcraid.h | |||
@@ -755,7 +755,7 @@ struct pmcraid_instance { | |||
755 | 755 | ||
756 | /* structures related to command blocks */ | 756 | /* structures related to command blocks */ |
757 | struct kmem_cache *cmd_cachep; /* cache for cmd blocks */ | 757 | struct kmem_cache *cmd_cachep; /* cache for cmd blocks */ |
758 | struct pci_pool *control_pool; /* pool for control blocks */ | 758 | struct dma_pool *control_pool; /* pool for control blocks */ |
759 | char cmd_pool_name[64]; /* name of cmd cache */ | 759 | char cmd_pool_name[64]; /* name of cmd cache */ |
760 | char ctl_pool_name[64]; /* name of control cache */ | 760 | char ctl_pool_name[64]; /* name of control cache */ |
761 | 761 | ||