tegra: iovmm-gart: move init call to subsys_initcall
authorGary King <gking@nvidia.com>
Fri, 13 Aug 2010 18:08:42 +0000 (11:08 -0700)
committerColin Cross <ccross@android.com>
Wed, 6 Oct 2010 23:29:03 +0000 (16:29 -0700)
commit93d52f24df95c840cb1df315da4f4aa6dacb7de5
tree90b2ead2fdede8adf903970b602f719583d3a2e2
parente91ad7bcf4ab03fe6cc309b740d3f8ce19002603
tegra: iovmm-gart: move init call to subsys_initcall

nvmap and nvhost will behave improperly if iovmm is not present when
their respective devices are probed; however, the probe ordering depends
on the order the initcalls are made to register the drivers. move
iovmm-gart into subsys_initcall to ensure that it is registered earlier
than other drivers

Change-Id: If3e07ce239e593a0833a3381cd1132f5d6ef6786
Signed-off-by: Gary King <gking@nvidia.com>
arch/arm/mach-tegra/iovmm-gart.c