From: Linus Walleij Date: Thu, 7 Feb 2013 18:39:58 +0000 (+0100) Subject: pinctrl: exynos5440: remove erroneous __init X-Git-Tag: v3.9-rc1~153^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=879029c701fa6c9a46b9c80ebf8f5316c490cbfe;p=pandora-kernel.git 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 Cc: Arnd Bergmann Cc: Grant Likely Signed-off-by: Linus Walleij --- Reading git-diff-tree failed