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

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