From b1a850ab26293714932e3032d1e697b794db3a8c Mon Sep 17 00:00:00 2001 From: imp Date: Mon, 29 Oct 2007 21:01:50 +0000 Subject: [PATCH] kill commented out line of code. --- sys/arm/at91/ohci_atmelarm.c | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/arm/at91/ohci_atmelarm.c b/sys/arm/at91/ohci_atmelarm.c index 139bfc25e366..8b5937012e2b 100644 --- a/sys/arm/at91/ohci_atmelarm.c +++ b/sys/arm/at91/ohci_atmelarm.c @@ -136,7 +136,6 @@ ohci_atmelarm_attach(device_t dev) /* * turn on the clocks from the AT91's point of view. Keep the unit in reset. */ -// bus_space_write_4(sc->sc_ohci.iot, sc->sc_ohci.ioh, OHCI_CONTROL, 0); at91_pmc_clock_enable(sc->iclk); at91_pmc_clock_enable(sc->fclk); bus_space_write_4(sc->sc_ohci.iot, sc->sc_ohci.ioh, OHCI_CONTROL, 0);