diff options
Diffstat (limited to 'drivers/firewire/core.h')
-rw-r--r-- | drivers/firewire/core.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/firewire/core.h b/drivers/firewire/core.h index 25a72e57a0cd..c19e9873e433 100644 --- a/drivers/firewire/core.h +++ b/drivers/firewire/core.h | |||
@@ -75,7 +75,7 @@ struct fw_card_driver { | |||
75 | int (*enable_phys_dma)(struct fw_card *card, | 75 | int (*enable_phys_dma)(struct fw_card *card, |
76 | int node_id, int generation); | 76 | int node_id, int generation); |
77 | 77 | ||
78 | u32 (*get_cycle_time)(struct fw_card *card); | 78 | u32 (*read_csr_reg)(struct fw_card *card, int csr_offset); |
79 | 79 | ||
80 | struct fw_iso_context * | 80 | struct fw_iso_context * |
81 | (*allocate_iso_context)(struct fw_card *card, | 81 | (*allocate_iso_context)(struct fw_card *card, |