Skip to content

Commit

Permalink
Blackfin arch: need to rename function after moving to match new inte…
Browse files Browse the repository at this point in the history
…rnal dma API

Signed-off-by: Mike Frysinger <michael.frysinger@analog.com>
Signed-off-by: Bryan Wu <bryan.wu@analog.com>
  • Loading branch information
Mike Frysinger authored and Bryan Wu committed Jun 21, 2007
1 parent 7adfb58 commit f8ffe65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/blackfin/mach-bf533/dma.c
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ struct dma_register *base_addr[MAX_BLACKFIN_DMA_CHANNEL] = {
(struct dma_register *) MDMA_S1_NEXT_DESC_PTR,
};

int bf533_channel2irq(unsigned int channel)
int channel2irq(unsigned int channel)
{
int ret_irq = -1;

Expand Down

0 comments on commit f8ffe65

Please sign in to comment.