From 617182e4a76aec42fa21fcd146e716e0376622ad Mon Sep 17 00:00:00 2001 From: Stephen Warren Date: Wed, 23 Feb 2011 10:41:29 -0700 Subject: [PATCH] --- yaml --- r: 235269 b: refs/heads/master c: dc54c23bb0e29de1bcaa40dbeffbc6cac641fb22 h: refs/heads/master i: 235267: 6742d3f154d42d2641bf89b92d188893d18026f0 v: v3 --- [refs] | 2 +- trunk/arch/arm/mach-tegra/common.c | 4 ---- trunk/arch/arm/mach-tegra/dma.c | 1 + 3 files changed, 2 insertions(+), 5 deletions(-) diff --git a/[refs] b/[refs] index 48b868a790e1..adc486241984 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 48e5114d6f4cade466b127c6aad09769a574b557 +refs/heads/master: dc54c23bb0e29de1bcaa40dbeffbc6cac641fb22 diff --git a/trunk/arch/arm/mach-tegra/common.c b/trunk/arch/arm/mach-tegra/common.c index 516e1000ebb4..d5e3f89b05af 100644 --- a/trunk/arch/arm/mach-tegra/common.c +++ b/trunk/arch/arm/mach-tegra/common.c @@ -25,7 +25,6 @@ #include #include -#include #include #include "board.h" @@ -81,7 +80,4 @@ void __init tegra_init_early(void) tegra_init_clock(); tegra_clk_init_from_table(common_clk_init_table); tegra_init_cache(); -#ifdef CONFIG_TEGRA_SYSTEM_DMA - tegra_dma_init(); -#endif } diff --git a/trunk/arch/arm/mach-tegra/dma.c b/trunk/arch/arm/mach-tegra/dma.c index 2d720f2b6c75..bd4f62a613aa 100644 --- a/trunk/arch/arm/mach-tegra/dma.c +++ b/trunk/arch/arm/mach-tegra/dma.c @@ -743,6 +743,7 @@ int __init tegra_dma_init(void) } return ret; } +postcore_initcall(tegra_dma_init); #ifdef CONFIG_PM static u32 apb_dma[5*TEGRA_SYSTEM_DMA_CH_NR + 3];