diff options
author | Stephen Warren <swarren@wwwdotorg.org> | 2012-03-19 18:36:00 +0100 |
---|---|---|
committer | Grant Likely <grant.likely@secretlab.ca> | 2012-03-19 22:49:41 +0100 |
commit | b0092f2665be3dd04f923d09a6a0deeddb4e96ec (patch) | |
tree | e741e9d997aaf673b5955fa469b7d8bd61b38895 /drivers/input | |
parent | gpio/davinci: fix enabling unbanked GPIO IRQs (diff) | |
download | linux-b0092f2665be3dd04f923d09a6a0deeddb4e96ec.tar.xz linux-b0092f2665be3dd04f923d09a6a0deeddb4e96ec.zip |
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 <swarren@wwwdotorg.org>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Diffstat (limited to 'drivers/input')
0 files changed, 0 insertions, 0 deletions