]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
pinctrl: pinctrl_register_mappings() shouldn't be __init
authorStephen Warren <swarren@nvidia.com>
Mon, 20 Feb 2012 06:45:41 +0000 (23:45 -0700)
committerLinus Walleij <linus.walleij@linaro.org>
Wed, 22 Feb 2012 16:59:30 +0000 (17:59 +0100)
commit13398a4b90c87f0250928f01b5735a157fcc0847
tree9f4a6d353de9ec8b91b64c0f7ab2285078348553
parent449d16b025ac38c7b62af5fb6ef4b833d78e690d
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>
drivers/pinctrl/core.c