aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-mx2
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-mx2')
-rw-r--r--arch/arm/mach-mx2/mx27ads.c6
-rw-r--r--arch/arm/mach-mx2/pcm038.c6
2 files changed, 0 insertions, 12 deletions
diff --git a/arch/arm/mach-mx2/mx27ads.c b/arch/arm/mach-mx2/mx27ads.c
index a078aa52a6a6..3c967f460b30 100644
--- a/arch/arm/mach-mx2/mx27ads.c
+++ b/arch/arm/mach-mx2/mx27ads.c
@@ -209,12 +209,6 @@ static void gpio_fec_active(void)
209 ARRAY_SIZE(mxc_fec_pins), "FEC"); 209 ARRAY_SIZE(mxc_fec_pins), "FEC");
210} 210}
211 211
212static void gpio_fec_inactive(void)
213{
214 mxc_gpio_release_multiple_pins(mxc_fec_pins,
215 ARRAY_SIZE(mxc_fec_pins));
216}
217
218static struct imxuart_platform_data uart_pdata[] = { 212static struct imxuart_platform_data uart_pdata[] = {
219 { 213 {
220 .init = uart_mxc_port0_init, 214 .init = uart_mxc_port0_init,
diff --git a/arch/arm/mach-mx2/pcm038.c b/arch/arm/mach-mx2/pcm038.c
index 2942d59b5709..58552a01c0d3 100644
--- a/arch/arm/mach-mx2/pcm038.c
+++ b/arch/arm/mach-mx2/pcm038.c
@@ -183,12 +183,6 @@ static void gpio_fec_active(void)
183 ARRAY_SIZE(mxc_fec_pins), "FEC"); 183 ARRAY_SIZE(mxc_fec_pins), "FEC");
184} 184}
185 185
186static void gpio_fec_inactive(void)
187{
188 mxc_gpio_release_multiple_pins(mxc_fec_pins,
189 ARRAY_SIZE(mxc_fec_pins));
190}
191
192static struct mxc_nand_platform_data pcm038_nand_board_info = { 186static struct mxc_nand_platform_data pcm038_nand_board_info = {
193 .width = 1, 187 .width = 1,
194 .hw_ecc = 1, 188 .hw_ecc = 1,