Ver Fonte

Merge branch 'topic/bcm' into for-linus

Vinod Koul há 9 anos atrás
pai
commit
3cf3b64c0f
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      drivers/dma/bcm2835-dma.c

+ 1 - 1
drivers/dma/bcm2835-dma.c

@@ -614,7 +614,7 @@ static void bcm2835_dma_issue_pending(struct dma_chan *chan)
 	spin_unlock_irqrestore(&c->vc.lock, flags);
 }
 
-struct dma_async_tx_descriptor *bcm2835_dma_prep_dma_memcpy(
+static struct dma_async_tx_descriptor *bcm2835_dma_prep_dma_memcpy(
 	struct dma_chan *chan, dma_addr_t dst, dma_addr_t src,
 	size_t len, unsigned long flags)
 {