diff options
author | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | 2009-01-21 15:25:02 -0500 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2009-03-13 05:33:59 -0400 |
commit | 41a1d91e7e7b08a13d78e03e67dcd7634f2d5cca (patch) | |
tree | f1da7c8931c172220f89a654fdbadfc675bcb298 /arch/arm/mach-mx2/mx27ads.c | |
parent | e600eb6b0d41c3e69297137388733bd0a50aa5e9 (diff) |
remove unused static function gpio_fec_inactive
... from both mx27ads.c and pcm038.c
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Cc: Holger Schurig <hs4233@mail.mn-solutions.de>
Cc: Russell King <rmk+kernel@arm.linux.org.uk>
Cc: Sascha Hauer <s.hauer@pengutronix.de>
Cc: Martin Fuzzey <mfuzzey@gmail.com>
Diffstat (limited to 'arch/arm/mach-mx2/mx27ads.c')
-rw-r--r-- | arch/arm/mach-mx2/mx27ads.c | 6 |
1 files changed, 0 insertions, 6 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 | ||
212 | static void gpio_fec_inactive(void) | ||
213 | { | ||
214 | mxc_gpio_release_multiple_pins(mxc_fec_pins, | ||
215 | ARRAY_SIZE(mxc_fec_pins)); | ||
216 | } | ||
217 | |||
218 | static struct imxuart_platform_data uart_pdata[] = { | 212 | static struct imxuart_platform_data uart_pdata[] = { |
219 | { | 213 | { |
220 | .init = uart_mxc_port0_init, | 214 | .init = uart_mxc_port0_init, |