diff options
Diffstat (limited to 'drivers/atm/he.h')
-rw-r--r-- | drivers/atm/he.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/atm/he.h b/drivers/atm/he.h index 110a27d2ecfc..f3f53674ef3f 100644 --- a/drivers/atm/he.h +++ b/drivers/atm/he.h | |||
@@ -281,7 +281,7 @@ struct he_dev { | |||
281 | int irq_peak; | 281 | int irq_peak; |
282 | 282 | ||
283 | struct tasklet_struct tasklet; | 283 | struct tasklet_struct tasklet; |
284 | struct pci_pool *tpd_pool; | 284 | struct dma_pool *tpd_pool; |
285 | struct list_head outstanding_tpds; | 285 | struct list_head outstanding_tpds; |
286 | 286 | ||
287 | dma_addr_t tpdrq_phys; | 287 | dma_addr_t tpdrq_phys; |
@@ -296,7 +296,7 @@ struct he_dev { | |||
296 | struct he_buff **rbpl_virt; | 296 | struct he_buff **rbpl_virt; |
297 | unsigned long *rbpl_table; | 297 | unsigned long *rbpl_table; |
298 | unsigned long rbpl_hint; | 298 | unsigned long rbpl_hint; |
299 | struct pci_pool *rbpl_pool; | 299 | struct dma_pool *rbpl_pool; |
300 | dma_addr_t rbpl_phys; | 300 | dma_addr_t rbpl_phys; |
301 | struct he_rbp *rbpl_base, *rbpl_tail; | 301 | struct he_rbp *rbpl_base, *rbpl_tail; |
302 | struct list_head rbpl_outstanding; | 302 | struct list_head rbpl_outstanding; |