svn commit: r305149 - head/sys/arm/ti
Luiz Otavio O Souza
loos at FreeBSD.org
Wed Aug 31 19:37:11 UTC 2016
Author: loos
Date: Wed Aug 31 19:37:10 2016
New Revision: 305149
URL: https://svnweb.freebsd.org/changeset/base/305149
Log:
All the TI platforms are FDT based and it is not necessary to enumerate
the hinted children (there wont be any).
Spotted by: gonzo
Modified:
head/sys/arm/ti/ti_scm.c
Modified: head/sys/arm/ti/ti_scm.c
==============================================================================
--- head/sys/arm/ti/ti_scm.c Wed Aug 31 19:30:59 2016 (r305148)
+++ head/sys/arm/ti/ti_scm.c Wed Aug 31 19:37:10 2016 (r305149)
@@ -133,7 +133,6 @@ ti_scm_attach(device_t dev)
/* Attach platform extensions, if any. */
bus_generic_probe(dev);
- bus_enumerate_hinted_children(dev);
return (bus_generic_attach(dev));
}
More information about the svn-src-head
mailing list