]> asedeno.scripts.mit.edu Git - linux.git/commit
pinctrl: exynos5440: remove erroneous __init
authorLinus Walleij <linus.walleij@linaro.org>
Thu, 7 Feb 2013 18:39:58 +0000 (19:39 +0100)
committerLinus Walleij <linus.walleij@linaro.org>
Thu, 7 Feb 2013 18:43:20 +0000 (19:43 +0100)
commit879029c701fa6c9a46b9c80ebf8f5316c490cbfe
tree66441a804320f515da7be292e40558b367fea04e
parenta950cb741bb62d5f23860755388ad4e93dd2a185
pinctrl: exynos5440: remove erroneous __init

This removes the __init notation from some of the
the exynos 5440 pin controller set-up functions. These
functions are called from probe() and as such may be
discarded before probe() completes.

Cc: Thomas Abraham <thomas.abraham@linaro.org>
Cc: Arnd Bergmann <arnd@arndb.de>
Cc: Grant Likely <grant.likely@secretlab.ca>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/pinctrl-exynos5440.c