summaryrefslogtreecommitdiffstats
path: root/sys/arm/allwinner/if_emac.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arm/allwinner/if_emac.c')
-rw-r--r--sys/arm/allwinner/if_emac.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/arm/allwinner/if_emac.c b/sys/arm/allwinner/if_emac.c
index 22422fe..268f5cb 100644
--- a/sys/arm/allwinner/if_emac.c
+++ b/sys/arm/allwinner/if_emac.c
@@ -84,7 +84,6 @@ __FBSDID("$FreeBSD$");
#include "a10_clk.h"
#include "a10_sramc.h"
-#include "a10_gpio.h"
struct emac_softc {
struct ifnet *emac_ifp;
@@ -145,8 +144,6 @@ emac_sys_setup(void)
/* Activate EMAC clock. */
a10_clk_emac_activate();
- /* Set the pin mux to EMAC (mii). */
- a10_gpio_ethernet_activate(A10_GPIO_FUNC_MII);
/* Map sram. */
a10_map_to_emac();
}
OpenPOWER on IntegriCloud