From: Tony Lindgren Date: Mon, 20 Feb 2012 17:43:30 +0000 (-0800) Subject: ARM: OMAP2+: Mark omap_hsmmc_init and omap_mux related functions as __init X-Git-Tag: v3.4-rc1~91^2~3^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d1589f0912533e6cb2ac8fd6f1feb3d5989fe8cb;p=pandora-kernel.git ARM: OMAP2+: Mark omap_hsmmc_init and omap_mux related functions as __init Now that omap hsmmc init is split into two functions, it's safe to mark omap_hsmmc_init and omap_mux related functions to __init. This basically reverts the following fixes for the case where TWL was compiled as a module: a98f77b (ARM: omap: fix section mismatch warning for sdp3430_twl_gpio_setup()) 8930b4e (ARM: omap: fix section mismatch warnings in mux.c caused by hsmmc.c) Additionally it fixes up the remaining section warnings for all callers of omap_mux functions. Cc: Russell King Signed-off-by: Tony Lindgren --- Reading git-diff-tree failed