summaryrefslogtreecommitdiffstats
path: root/sys/dev/mps/mps_pci.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/mps/mps_pci.c')
-rw-r--r--sys/dev/mps/mps_pci.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/dev/mps/mps_pci.c b/sys/dev/mps/mps_pci.c
index 2c57286..9b27488 100644
--- a/sys/dev/mps/mps_pci.c
+++ b/sys/dev/mps/mps_pci.c
@@ -78,9 +78,8 @@ static device_method_t mps_methods[] = {
DEVMETHOD(device_detach, mps_pci_detach),
DEVMETHOD(device_suspend, mps_pci_suspend),
DEVMETHOD(device_resume, mps_pci_resume),
- DEVMETHOD(bus_print_child, bus_generic_print_child),
- DEVMETHOD(bus_driver_added, bus_generic_driver_added),
- { 0, 0 }
+
+ DEVMETHOD_END
};
static driver_t mps_pci_driver = {
OpenPOWER on IntegriCloud