diff options
author | Sachin Kamat <sachin.kamat@samsung.com> | 2014-07-04 17:55:00 -0400 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2014-07-14 19:40:31 -0400 |
commit | d79992ac59fa51e7663cfec73b5a9cdcb16eb872 (patch) | |
tree | 11f6247fe67c531298f8b2ce349ab7eecb4739fb | |
parent | 5cc8a0163ec2087b9bf47024f22160a69cea6f94 (diff) |
ARM: EXYNOS: Remove unused code in common.h
PINCTRL_EXYNOS is always selected by Exynos platform in its
machine Kconfig. Thus the code in the else part is never used.
Remove it.
Signed-off-by: Sachin Kamat <sachin.kamat@samsung.com>
Reviewed-by: Tomasz Figa <t.figa@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
-rw-r--r-- | arch/arm/mach-exynos/common.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/mach-exynos/common.h b/arch/arm/mach-exynos/common.h index 1ee91763fa7c..3371669dabc6 100644 --- a/arch/arm/mach-exynos/common.h +++ b/arch/arm/mach-exynos/common.h | |||
@@ -125,11 +125,7 @@ void exynos_init_late(void); | |||
125 | 125 | ||
126 | void exynos_firmware_init(void); | 126 | void exynos_firmware_init(void); |
127 | 127 | ||
128 | #ifdef CONFIG_PINCTRL_EXYNOS | ||
129 | extern u32 exynos_get_eint_wake_mask(void); | 128 | extern u32 exynos_get_eint_wake_mask(void); |
130 | #else | ||
131 | static inline u32 exynos_get_eint_wake_mask(void) { return 0xffffffff; } | ||
132 | #endif | ||
133 | 129 | ||
134 | #ifdef CONFIG_PM_SLEEP | 130 | #ifdef CONFIG_PM_SLEEP |
135 | extern void __init exynos_pm_init(void); | 131 | extern void __init exynos_pm_init(void); |