aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-exynos/include/mach/gpio-exynos4.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-exynos/include/mach/gpio-exynos4.h')
-rw-r--r--arch/arm/mach-exynos/include/mach/gpio-exynos4.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/arch/arm/mach-exynos/include/mach/gpio-exynos4.h b/arch/arm/mach-exynos/include/mach/gpio-exynos4.h
index 93b5b7b..3d7368d 100644
--- a/arch/arm/mach-exynos/include/mach/gpio-exynos4.h
+++ b/arch/arm/mach-exynos/include/mach/gpio-exynos4.h
@@ -205,8 +205,9 @@ enum exynos4212_gpio_number {
#include <asm-generic/gpio.h>
#if defined(CONFIG_MACH_MIDAS) || defined(CONFIG_MACH_SLP_MIDAS) \
- || defined(CONFIG_MACH_SLP_PQ) \
- || defined(CONFIG_MACH_SLP_PQ_LTE)
+ || defined(CONFIG_MACH_SLP_PQ) \
+ || defined(CONFIG_MACH_SLP_PQ_LTE)\
+ || defined(CONFIG_MACH_SLP_T0_LTE)
#include "gpio-midas.h"
#endif
@@ -214,14 +215,10 @@ enum exynos4212_gpio_number {
#include "gpio-naples.h"
#endif
-#if defined(CONFIG_MACH_U1)
+#if defined(CONFIG_MACH_U1) || defined(CONFIG_MACH_TRATS)
#include "gpio-u1.h"
#endif
-#if defined(CONFIG_MACH_U1CAMERA_BD)
-#include "gpio-u1camera.h"
-#endif
-
#if defined(CONFIG_MACH_Q1_BD)
#include "gpio-q1.h"
#endif
@@ -238,4 +235,7 @@ enum exynos4212_gpio_number {
#include "gpio-p8.h"
#endif
+#if defined(CONFIG_MACH_P8LTE)
+#include "gpio-p8lte.h"
+#endif
#endif /* __ASM_ARCH_GPIO_EXYNOS4_H */