projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ee23b93
)
arm: plat-omap: dma: make omap_dma_in_1510_mode() static
author
Aaro Koskinen
<aaro.koskinen@iki.fi>
Fri, 28 Jan 2011 00:39:43 +0000
(16:39 -0800)
committer
Tony Lindgren
<tony@atomide.com>
Fri, 28 Jan 2011 00:39:48 +0000
(16:39 -0800)
Eliminates the following sparse warning:
arch/arm/plat-omap/dma.c:137:5: warning: symbol 'omap_dma_in_1510_mode' was not declared. Should it be static?
Signed-off-by: Aaro Koskinen <aaro.koskinen@iki.fi>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/plat-omap/dma.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/plat-omap/dma.c
b/arch/arm/plat-omap/dma.c
index 85363084cc1a366f28417c9df6a7b914d7274e69..2ec3b5d9f2144d25356c5325602e25e1657d787a 100644
(file)
--- a/
arch/arm/plat-omap/dma.c
+++ b/
arch/arm/plat-omap/dma.c
@@
-134,7
+134,7
@@
static inline void omap_enable_channel_irq(int lch);
#ifdef CONFIG_ARCH_OMAP15XX
/* Returns 1 if the DMA module is in OMAP1510-compatible mode, 0 otherwise */
-int omap_dma_in_1510_mode(void)
+
static
int omap_dma_in_1510_mode(void)
{
return enable_1510_mode;
}