gpio: tegra: tegra_gpio_config shouldn't be __init
authorStephen Warren <swarren@wwwdotorg.org>
Mon, 19 Mar 2012 17:36:00 +0000 (11:36 -0600)
committerGrant Likely <grant.likely@secretlab.ca>
Mon, 19 Mar 2012 21:49:41 +0000 (21:49 +0000)
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 <swarren@wwwdotorg.org>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>

No differences found