Commit 41a1d91e authored by Uwe Kleine-König's avatar Uwe Kleine-König Committed by Sascha Hauer

remove unused static function gpio_fec_inactive

... from both mx27ads.c and pcm038.c
Signed-off-by: default avatarUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: default avatarSascha 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>
parent e600eb6b
...@@ -209,12 +209,6 @@ static void gpio_fec_active(void) ...@@ -209,12 +209,6 @@ static void gpio_fec_active(void)
ARRAY_SIZE(mxc_fec_pins), "FEC"); ARRAY_SIZE(mxc_fec_pins), "FEC");
} }
static void gpio_fec_inactive(void)
{
mxc_gpio_release_multiple_pins(mxc_fec_pins,
ARRAY_SIZE(mxc_fec_pins));
}
static struct imxuart_platform_data uart_pdata[] = { static struct imxuart_platform_data uart_pdata[] = {
{ {
.init = uart_mxc_port0_init, .init = uart_mxc_port0_init,
......
...@@ -183,12 +183,6 @@ static void gpio_fec_active(void) ...@@ -183,12 +183,6 @@ static void gpio_fec_active(void)
ARRAY_SIZE(mxc_fec_pins), "FEC"); ARRAY_SIZE(mxc_fec_pins), "FEC");
} }
static void gpio_fec_inactive(void)
{
mxc_gpio_release_multiple_pins(mxc_fec_pins,
ARRAY_SIZE(mxc_fec_pins));
}
static struct mxc_nand_platform_data pcm038_nand_board_info = { static struct mxc_nand_platform_data pcm038_nand_board_info = {
.width = 1, .width = 1,
.hw_ecc = 1, .hw_ecc = 1,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment