Skip to content

Commit

Permalink
Merge branch 'topic/sprd' into for-linus
Browse files Browse the repository at this point in the history
  • Loading branch information
Vinod Koul committed Jan 31, 2018
2 parents 5039104 + 1ab8da1 commit 581f5b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/dma/sprd-dma.c
Original file line number Diff line number Diff line change
Expand Up @@ -710,7 +710,7 @@ static int sprd_dma_config(struct dma_chan *chan, struct sprd_dma_desc *sdesc,
return 0;
}

struct dma_async_tx_descriptor *
static struct dma_async_tx_descriptor *
sprd_dma_prep_dma_memcpy(struct dma_chan *chan, dma_addr_t dest, dma_addr_t src,
size_t len, unsigned long flags)
{
Expand Down

0 comments on commit 581f5b1

Please sign in to comment.