diff options
author | Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> | 2013-04-17 19:06:57 -0400 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2013-06-05 04:17:06 -0400 |
commit | 1343000c34e84cd31e720dbefd491e6b06347f33 (patch) | |
tree | 32c1c6df2eab95b1ba5a1b07e09d9275697d5155 | |
parent | ac32d7cbf0c300b72cc985868bf0cc6993cadd41 (diff) |
ARM: shmobile: r8a7740: Remove INTC function GPIOs
Those GPIOs have been deprecated by the pinctrl API. They are unused and
unneeded, remove them.
Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
-rw-r--r-- | arch/arm/mach-shmobile/include/mach/r8a7740.h | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/arch/arm/mach-shmobile/include/mach/r8a7740.h b/arch/arm/mach-shmobile/include/mach/r8a7740.h index bb207d803b46..dea430e84a60 100644 --- a/arch/arm/mach-shmobile/include/mach/r8a7740.h +++ b/arch/arm/mach-shmobile/include/mach/r8a7740.h | |||
@@ -100,40 +100,6 @@ enum { | |||
100 | 100 | ||
101 | GPIO_PORT210, GPIO_PORT211, | 101 | GPIO_PORT210, GPIO_PORT211, |
102 | 102 | ||
103 | /* IRQ */ | ||
104 | GPIO_FN_IRQ0_PORT2, GPIO_FN_IRQ0_PORT13, | ||
105 | GPIO_FN_IRQ1, | ||
106 | GPIO_FN_IRQ2_PORT11, GPIO_FN_IRQ2_PORT12, | ||
107 | GPIO_FN_IRQ3_PORT10, GPIO_FN_IRQ3_PORT14, | ||
108 | GPIO_FN_IRQ4_PORT15, GPIO_FN_IRQ4_PORT172, | ||
109 | GPIO_FN_IRQ5_PORT0, GPIO_FN_IRQ5_PORT1, | ||
110 | GPIO_FN_IRQ6_PORT121, GPIO_FN_IRQ6_PORT173, | ||
111 | GPIO_FN_IRQ7_PORT120, GPIO_FN_IRQ7_PORT209, | ||
112 | GPIO_FN_IRQ8, | ||
113 | GPIO_FN_IRQ9_PORT118, GPIO_FN_IRQ9_PORT210, | ||
114 | GPIO_FN_IRQ10, | ||
115 | GPIO_FN_IRQ11, | ||
116 | GPIO_FN_IRQ12_PORT42, GPIO_FN_IRQ12_PORT97, | ||
117 | GPIO_FN_IRQ13_PORT64, GPIO_FN_IRQ13_PORT98, | ||
118 | GPIO_FN_IRQ14_PORT63, GPIO_FN_IRQ14_PORT99, | ||
119 | GPIO_FN_IRQ15_PORT62, GPIO_FN_IRQ15_PORT100, | ||
120 | GPIO_FN_IRQ16_PORT68, GPIO_FN_IRQ16_PORT211, | ||
121 | GPIO_FN_IRQ17, | ||
122 | GPIO_FN_IRQ18, | ||
123 | GPIO_FN_IRQ19, | ||
124 | GPIO_FN_IRQ20, | ||
125 | GPIO_FN_IRQ21, | ||
126 | GPIO_FN_IRQ22, | ||
127 | GPIO_FN_IRQ23, | ||
128 | GPIO_FN_IRQ24, | ||
129 | GPIO_FN_IRQ25, | ||
130 | GPIO_FN_IRQ26_PORT58, GPIO_FN_IRQ26_PORT81, | ||
131 | GPIO_FN_IRQ27_PORT57, GPIO_FN_IRQ27_PORT168, | ||
132 | GPIO_FN_IRQ28_PORT56, GPIO_FN_IRQ28_PORT169, | ||
133 | GPIO_FN_IRQ29_PORT50, GPIO_FN_IRQ29_PORT170, | ||
134 | GPIO_FN_IRQ30_PORT49, GPIO_FN_IRQ30_PORT171, | ||
135 | GPIO_FN_IRQ31_PORT41, GPIO_FN_IRQ31_PORT167, | ||
136 | |||
137 | /* Function */ | 103 | /* Function */ |
138 | 104 | ||
139 | /* DBGT */ | 105 | /* DBGT */ |