提交 41a1d91e 编写于 作者: U Uwe Kleine-König 提交者: Sascha Hauer

remove unused static function gpio_fec_inactive

... from both mx27ads.c and pcm038.c
Signed-off-by: NUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: NSascha 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>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册