kill commented out line of code.

This commit is contained in:
Warner Losh 2007-10-29 21:01:50 +00:00
parent 2017a7cdfe
commit 855f957fc1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=173155

View File

@ -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);