summaryrefslogtreecommitdiffstats
path: root/sys/dev/puc/puc_pci.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/puc/puc_pci.c')
-rw-r--r--sys/dev/puc/puc_pci.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/puc/puc_pci.c b/sys/dev/puc/puc_pci.c
index 8c14717..4ad1e3a 100644
--- a/sys/dev/puc/puc_pci.c
+++ b/sys/dev/puc/puc_pci.c
@@ -135,8 +135,8 @@ static device_method_t puc_pci_methods[] = {
DEVMETHOD(bus_print_child, puc_bus_print_child),
DEVMETHOD(bus_child_pnpinfo_str, puc_bus_child_pnpinfo_str),
DEVMETHOD(bus_child_location_str, puc_bus_child_location_str),
- DEVMETHOD(bus_driver_added, bus_generic_driver_added),
- { 0, 0 }
+
+ DEVMETHOD_END
};
static driver_t puc_pci_driver = {
OpenPOWER on IntegriCloud