From: Stephen Warren Date: Mon, 19 Mar 2012 17:36:00 +0000 (-0600) Subject: gpio: tegra: tegra_gpio_config shouldn't be __init X-Git-Tag: v3.4-rc1~65^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b0092f2665be3dd04f923d09a6a0deeddb4e96ec;p=pandora-kernel.git gpio: tegra: tegra_gpio_config shouldn't be __init This function is called from non-__init context, just like tegra_gpio_enable()/disable(). Remove the __init annotation to avoid section mismatch warnings during compile. Signed-off-by: Stephen Warren Signed-off-by: Grant Likely --- Reading git-diff-tree failed