From: Tomi Valkeinen Date: Tue, 20 Mar 2012 03:03:15 +0000 (-0700) Subject: ARM: OMAP2+: Remove __init from DSI mux functions X-Git-Tag: v3.4-rc1~30^2~1^2~1^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e8a30b251bcf1999bea1726b3fc7ae186f551a6b;p=pandora-kernel.git ARM: OMAP2+: Remove __init from DSI mux functions Commit d1589f0912533e6cb2ac8fd6f1feb3d5989fe8cb (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 [tony@atomide.com: update comments, mark omap4_hdmi_mux_pads __init] Signed-off-by: Tony Lindgren --- Reading git-diff-tree failed