video: tegra: dc: Move init to module_init
authorColin Cross <ccross@android.com>
Thu, 14 Oct 2010 01:01:45 +0000 (18:01 -0700)
committerColin Cross <ccross@android.com>
Wed, 20 Oct 2010 21:30:17 +0000 (14:30 -0700)
commit4076bd38a5793a4725d97d41712c302764e4259a
tree4d9682dd09034e1e8e5894f0945de627c9f3474d
parent8b2a43378b06e6706c5ac4faa943468fe06f51a4
video: tegra: dc: Move init to module_init

Move dc init to the device init level so that all clocks are
initialized before the late init level.  This depends on I2C
being initialized in the subsys init level.

Change-Id: Iafe759d943b6cc90d5c6718b69e872e14d6acd4e
Signed-off-by: Colin Cross <ccross@android.com>
drivers/video/tegra/dc/dc.c