aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/arm/mach-exynos/common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-exynos/common.h b/arch/arm/mach-exynos/common.h
index dac146df79ac..04744f9c120f 100644
--- a/arch/arm/mach-exynos/common.h
+++ b/arch/arm/mach-exynos/common.h
@@ -25,7 +25,7 @@ void exynos_init_late(void);
25#ifdef CONFIG_PM_GENERIC_DOMAINS 25#ifdef CONFIG_PM_GENERIC_DOMAINS
26int exynos_pm_late_initcall(void); 26int exynos_pm_late_initcall(void);
27#else 27#else
28static int exynos_pm_late_initcall(void) { return 0; } 28static inline int exynos_pm_late_initcall(void) { return 0; }
29#endif 29#endif
30 30
31#ifdef CONFIG_ARCH_EXYNOS4 31#ifdef CONFIG_ARCH_EXYNOS4