diff options
-rw-r--r-- | arch/arm/mach-tegra/common.c | 4 | ||||
-rw-r--r-- | arch/arm/mach-tegra/dma.c | 1 |
2 files changed, 1 insertions, 4 deletions
diff --git a/arch/arm/mach-tegra/common.c b/arch/arm/mach-tegra/common.c index 516e1000ebb..d5e3f89b05a 100644 --- a/arch/arm/mach-tegra/common.c +++ b/arch/arm/mach-tegra/common.c | |||
@@ -25,7 +25,6 @@ | |||
25 | #include <asm/hardware/cache-l2x0.h> | 25 | #include <asm/hardware/cache-l2x0.h> |
26 | 26 | ||
27 | #include <mach/iomap.h> | 27 | #include <mach/iomap.h> |
28 | #include <mach/dma.h> | ||
29 | #include <mach/system.h> | 28 | #include <mach/system.h> |
30 | 29 | ||
31 | #include "board.h" | 30 | #include "board.h" |
@@ -81,7 +80,4 @@ void __init tegra_init_early(void) | |||
81 | tegra_init_clock(); | 80 | tegra_init_clock(); |
82 | tegra_clk_init_from_table(common_clk_init_table); | 81 | tegra_clk_init_from_table(common_clk_init_table); |
83 | tegra_init_cache(); | 82 | tegra_init_cache(); |
84 | #ifdef CONFIG_TEGRA_SYSTEM_DMA | ||
85 | tegra_dma_init(); | ||
86 | #endif | ||
87 | } | 83 | } |
diff --git a/arch/arm/mach-tegra/dma.c b/arch/arm/mach-tegra/dma.c index 2d720f2b6c7..bd4f62a613a 100644 --- a/arch/arm/mach-tegra/dma.c +++ b/arch/arm/mach-tegra/dma.c | |||
@@ -743,6 +743,7 @@ fail: | |||
743 | } | 743 | } |
744 | return ret; | 744 | return ret; |
745 | } | 745 | } |
746 | postcore_initcall(tegra_dma_init); | ||
746 | 747 | ||
747 | #ifdef CONFIG_PM | 748 | #ifdef CONFIG_PM |
748 | static u32 apb_dma[5*TEGRA_SYSTEM_DMA_CH_NR + 3]; | 749 | static u32 apb_dma[5*TEGRA_SYSTEM_DMA_CH_NR + 3]; |