1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-02-02 17:08:56 +00:00

All the TI platforms are FDT based and it is not necessary to enumerate

the hinted children (there wont be any).

Spotted by:	gonzo
This commit is contained in:
Luiz Otavio O Souza 2016-08-31 19:37:10 +00:00
parent 1eb4ec9c62
commit 4b360eca4a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=305149

View File

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