DEVICE(9): Enable bus_enumerate_hinted_children()

This commit is contained in:
Sebastian Huber
2013-11-06 08:26:11 +01:00
parent d328ca274a
commit 3fd1b1e807

View File

@@ -4434,7 +4434,6 @@ driver_module_handler(module_t mod, int what, void *arg)
return (error);
}
#ifndef __rtems__
/**
* @brief Enumerate all hinted devices for this bus.
*
@@ -4468,7 +4467,6 @@ bus_enumerate_hinted_children(device_t bus)
while (resource_find_match(&i, &dname, &dunit, "at", busname) == 0)
BUS_HINTED_CHILD(bus, dname, dunit);
}
#endif /* __rtems__ */
#ifdef BUS_DEBUG