summaryrefslogtreecommitdiffstats
path: root/sys/dev/smbus/smbus.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/smbus/smbus.c')
-rw-r--r--sys/dev/smbus/smbus.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/smbus/smbus.c b/sys/dev/smbus/smbus.c
index ce7bdc6..41cc49a 100644
--- a/sys/dev/smbus/smbus.c
+++ b/sys/dev/smbus/smbus.c
@@ -56,6 +56,7 @@ static device_method_t smbus_methods[] = {
DEVMETHOD(device_detach, smbus_detach),
/* bus interface */
+ DEVMETHOD(bus_add_child, bus_generic_add_child),
DEVMETHOD(bus_print_child, bus_generic_print_child),
{ 0, 0 }
OpenPOWER on IntegriCloud