diff options
-rw-r--r-- | arch/arm/plat-omap/dma.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/plat-omap/dma.c b/arch/arm/plat-omap/dma.c index 85363084cc1a..2ec3b5d9f214 100644 --- 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); | |||
134 | 134 | ||
135 | #ifdef CONFIG_ARCH_OMAP15XX | 135 | #ifdef CONFIG_ARCH_OMAP15XX |
136 | /* Returns 1 if the DMA module is in OMAP1510-compatible mode, 0 otherwise */ | 136 | /* Returns 1 if the DMA module is in OMAP1510-compatible mode, 0 otherwise */ |
137 | int omap_dma_in_1510_mode(void) | 137 | static int omap_dma_in_1510_mode(void) |
138 | { | 138 | { |
139 | return enable_1510_mode; | 139 | return enable_1510_mode; |
140 | } | 140 | } |