diff options
Diffstat (limited to 'drivers/firewire/ohci.c')
| -rw-r--r-- | drivers/firewire/ohci.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/firewire/ohci.c b/drivers/firewire/ohci.c index a55cf0911b72..a4bbf3dadf58 100644 --- a/drivers/firewire/ohci.c +++ b/drivers/firewire/ohci.c | |||
| @@ -2026,7 +2026,7 @@ static int ohci_enable_phys_dma(struct fw_card *card, | |||
| 2026 | #endif /* CONFIG_FIREWIRE_OHCI_REMOTE_DMA */ | 2026 | #endif /* CONFIG_FIREWIRE_OHCI_REMOTE_DMA */ |
| 2027 | } | 2027 | } |
| 2028 | 2028 | ||
| 2029 | static u32 ohci_read_csr_reg(struct fw_card *card, int csr_offset) | 2029 | static u32 ohci_read_csr(struct fw_card *card, int csr_offset) |
| 2030 | { | 2030 | { |
| 2031 | struct fw_ohci *ohci = fw_ohci(card); | 2031 | struct fw_ohci *ohci = fw_ohci(card); |
| 2032 | unsigned long flags; | 2032 | unsigned long flags; |
| @@ -2077,7 +2077,7 @@ static u32 ohci_read_csr_reg(struct fw_card *card, int csr_offset) | |||
| 2077 | } | 2077 | } |
| 2078 | } | 2078 | } |
| 2079 | 2079 | ||
| 2080 | static void ohci_write_csr_reg(struct fw_card *card, int csr_offset, u32 value) | 2080 | static void ohci_write_csr(struct fw_card *card, int csr_offset, u32 value) |
| 2081 | { | 2081 | { |
| 2082 | struct fw_ohci *ohci = fw_ohci(card); | 2082 | struct fw_ohci *ohci = fw_ohci(card); |
| 2083 | unsigned long flags; | 2083 | unsigned long flags; |
| @@ -2576,8 +2576,8 @@ static const struct fw_card_driver ohci_driver = { | |||
| 2576 | .send_response = ohci_send_response, | 2576 | .send_response = ohci_send_response, |
| 2577 | .cancel_packet = ohci_cancel_packet, | 2577 | .cancel_packet = ohci_cancel_packet, |
| 2578 | .enable_phys_dma = ohci_enable_phys_dma, | 2578 | .enable_phys_dma = ohci_enable_phys_dma, |
| 2579 | .read_csr_reg = ohci_read_csr_reg, | 2579 | .read_csr = ohci_read_csr, |
| 2580 | .write_csr_reg = ohci_write_csr_reg, | 2580 | .write_csr = ohci_write_csr, |
| 2581 | 2581 | ||
| 2582 | .allocate_iso_context = ohci_allocate_iso_context, | 2582 | .allocate_iso_context = ohci_allocate_iso_context, |
| 2583 | .free_iso_context = ohci_free_iso_context, | 2583 | .free_iso_context = ohci_free_iso_context, |
