From 879029c701fa6c9a46b9c80ebf8f5316c490cbfe Mon Sep 17 00:00:00 2001 From: Linus Walleij Date: Thu, 7 Feb 2013 19:39:58 +0100 Subject: [PATCH] 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-format-patch failed