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)
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

Simple merge