Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f8ffe652 authored by Mike Frysinger's avatar Mike Frysinger Committed by Bryan Wu
Browse files

Blackfin arch: need to rename function after moving to match new internal dma API

parent 7adfb58f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;