]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: OMAP2+: Remove __init from DSI mux functions
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Tue, 20 Mar 2012 03:03:15 +0000 (20:03 -0700)
committerTony Lindgren <tony@atomide.com>
Tue, 20 Mar 2012 03:03:15 +0000 (20:03 -0700)
commit13adddaa6d9c9e712797376abcc07505b7efb393
treea760ee5c4cd6028de270ff33ecc03ad108b74528
parentf727d273bc02111a1fa065dc0b91ae7720d824a3
ARM: OMAP2+: Remove __init from DSI mux functions

Commit 4379123863bbfd8d25bd8773fccdebcc2ecaf6ec (ARM: OMAP2+: Mark
omap_hsmmc_init and omap_mux related functions as __init) changed DSI
muxing functions to __init. This doesn't work, as the muxing functions
are used every time a DSI display is enabled or disabled.

This patch removes the __inits from DSI mux functions that were
accidentally marked as __init, and makes omap4_hdmi_mux_pads __init
like it should be.

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
[tony@atomide.com: update comments, mark omap4_hdmi_mux_pads __init]
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/display.c