projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4b28d81
)
dma/ep93xx_dma.c: local symbols should be static
author
H Hartley Sweeten
<
[email protected]
>
Fri, 10 Jun 2011 22:15:05 +0000
(15:15 -0700)
committer
Vinod Koul
<
[email protected]
>
Thu, 16 Jun 2011 04:17:49 +0000
(09:47 +0530)
The symbol 'ep93xx_dma_prep_dma_memcpy' is only used in this driver
and should be marked static.
Signed-off-by: H Hartley Sweeten <
[email protected]
>
Cc: Mika Westerberg <
[email protected]
>
Cc: Dan Williams <
[email protected]
>
Cc: Vinod Koul <
[email protected]
>
Acked-by: Mika Westerberg <
[email protected]
>
Signed-off-by: Vinod Koul <
[email protected]
>
drivers/dma/ep93xx_dma.c
patch
|
blob
|
history
diff --git
a/drivers/dma/ep93xx_dma.c
b/drivers/dma/ep93xx_dma.c
index 0766c1e53b1d760bf08dd01a919abbf3ab9f0eda..5d7a49bd7c2658ec53887781d2063d2046413b35 100644
(file)
--- a/
drivers/dma/ep93xx_dma.c
+++ b/
drivers/dma/ep93xx_dma.c
@@
-902,7
+902,7
@@
static void ep93xx_dma_free_chan_resources(struct dma_chan *chan)
*
* Returns a valid DMA descriptor or %NULL in case of failure.
*/
-struct dma_async_tx_descriptor *
+st
atic st
ruct dma_async_tx_descriptor *
ep93xx_dma_prep_dma_memcpy(struct dma_chan *chan, dma_addr_t dest,
dma_addr_t src, size_t len, unsigned long flags)
{