summaryrefslogtreecommitdiffstats
path: root/sys/mips/rmi/xls_ehci.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/mips/rmi/xls_ehci.c')
-rw-r--r--sys/mips/rmi/xls_ehci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/mips/rmi/xls_ehci.c b/sys/mips/rmi/xls_ehci.c
index b0360f3..4870872 100644
--- a/sys/mips/rmi/xls_ehci.c
+++ b/sys/mips/rmi/xls_ehci.c
@@ -214,7 +214,7 @@ ehci_xls_detach(device_t self)
device_delete_child(self, bdev);
}
/* during module unload there are lots of children leftover */
- device_delete_all_children(self);
+ device_delete_children(self);
if (sc->sc_irq_res && sc->sc_intr_hdl) {
ehci_detach(sc);
OpenPOWER on IntegriCloud