commit | 879029c701fa6c9a46b9c80ebf8f5316c490cbfe | [log] [tgz] |
---|---|---|
author | Linus Walleij <linus.walleij@linaro.org> | Thu Feb 07 19:39:58 2013 +0100 |
committer | Linus Walleij <linus.walleij@linaro.org> | Thu Feb 07 19:43:20 2013 +0100 |
tree | 66441a804320f515da7be292e40558b367fea04e | |
parent | a950cb741bb62d5f23860755388ad4e93dd2a185 [diff] |
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>