diff options
Diffstat (limited to 'sys/dev/sio/sio_ebus.c')
| -rw-r--r-- | sys/dev/sio/sio_ebus.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/sio/sio_ebus.c b/sys/dev/sio/sio_ebus.c index 54f1c9361c32..c4caafe5e381 100644 --- a/sys/dev/sio/sio_ebus.c +++ b/sys/dev/sio/sio_ebus.c @@ -48,6 +48,7 @@ static device_method_t sio_ebus_methods[] = { /* Device interface */ DEVMETHOD(device_probe, sio_ebus_probe), DEVMETHOD(device_attach, sio_ebus_attach), + DEVMETHOD(device_detach, siodetach), { 0, 0 } }; |
