From: Krzysztof Kozlowski Date: Wed, 4 Feb 2015 10:45:28 +0000 (+0100) Subject: regulator: Fix build breakage on !REGULATOR X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~167^2~7^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=509102760da3a21831e763560ba4715760e3fbda;p=pandora-kernel.git regulator: Fix build breakage on !REGULATOR Add missing stubs for regulator_suspend_prepare() and regulator_suspend_finish() to fix exynos_defconfig build without REGULATOR: arch/arm/mach-exynos/built-in.o: In function `exynos_suspend_finish': arch/arm/mach-exynos/suspend.c:537: undefined reference to `regulator_suspend_finish' arch/arm/mach-exynos/built-in.o: In function `exynos_suspend_prepare': arch/arm/mach-exynos/suspend.c:520: undefined reference to `regulator_suspend_prepare' make: *** [vmlinux] Error 1 Signed-off-by: Krzysztof Kozlowski Reported-by: Joerg Roedel Reported-by: Marek Szyprowski Signed-off-by: Mark Brown --- Reading git-diff-tree failed