diff options
| author | Emmanuel Vadot <manu@FreeBSD.org> | 2021-05-16 15:07:50 +0000 |
|---|---|---|
| committer | Emmanuel Vadot <manu@FreeBSD.org> | 2021-05-21 15:40:14 +0000 |
| commit | c99d887ca8c420297d2db335ce56075eb12443aa (patch) | |
| tree | 4536ea89e4ff877917f878595e5eec6577a57c2e /sys/dev/mmc/host | |
| parent | 115e71a4571459e69001b5017ec19532e9d60e1b (diff) | |
Diffstat (limited to 'sys/dev/mmc/host')
| -rw-r--r-- | sys/dev/mmc/host/dwmmc.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/mmc/host/dwmmc.c b/sys/dev/mmc/host/dwmmc.c index 145b7fe17f09..b0e13719928a 100644 --- a/sys/dev/mmc/host/dwmmc.c +++ b/sys/dev/mmc/host/dwmmc.c @@ -1558,6 +1558,8 @@ static device_method_t dwmmc_methods[] = { DEVMETHOD(mmc_sim_get_tran_settings, dwmmc_get_tran_settings), DEVMETHOD(mmc_sim_set_tran_settings, dwmmc_set_tran_settings), DEVMETHOD(mmc_sim_cam_request, dwmmc_cam_request), + + DEVMETHOD(bus_add_child, bus_generic_add_child), #endif DEVMETHOD_END |
