commit | 13398a4b90c87f0250928f01b5735a157fcc0847 | [log] [tgz] |
---|---|---|
author | Stephen Warren <swarren@nvidia.com> | Sun Feb 19 23:45:41 2012 -0700 |
committer | Linus Walleij <linus.walleij@linaro.org> | Wed Feb 22 17:59:30 2012 +0100 |
tree | 9f4a6d353de9ec8b91b64c0f7ab2285078348553 | |
parent | 449d16b025ac38c7b62af5fb6ef4b833d78e690d [diff] |
pinctrl: pinctrl_register_mappings() shouldn't be __init It may be common for pinctrl_register_mappings() to be used from __init context, but there's no reason that additional mappings shouldn't be added at a later point, e.g. if loading modules that add pin controllers and their mapping tables. Signed-off-by: Stephen Warren <swarren@nvidia.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>