diff options
Diffstat (limited to 'drivers/firewire/core.h')
| -rw-r--r-- | drivers/firewire/core.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/firewire/core.h b/drivers/firewire/core.h index 8280c625170b..3000dd74acfd 100644 --- a/drivers/firewire/core.h +++ b/drivers/firewire/core.h | |||
| @@ -78,8 +78,8 @@ struct fw_card_driver { | |||
| 78 | int (*enable_phys_dma)(struct fw_card *card, | 78 | int (*enable_phys_dma)(struct fw_card *card, |
| 79 | int node_id, int generation); | 79 | int node_id, int generation); |
| 80 | 80 | ||
| 81 | u32 (*read_csr_reg)(struct fw_card *card, int csr_offset); | 81 | u32 (*read_csr)(struct fw_card *card, int csr_offset); |
| 82 | void (*write_csr_reg)(struct fw_card *card, int csr_offset, u32 value); | 82 | void (*write_csr)(struct fw_card *card, int csr_offset, u32 value); |
| 83 | 83 | ||
| 84 | struct fw_iso_context * | 84 | struct fw_iso_context * |
| 85 | (*allocate_iso_context)(struct fw_card *card, | 85 | (*allocate_iso_context)(struct fw_card *card, |
