summaryrefslogtreecommitdiff
path: root/sys/dev/amr
diff options
context:
space:
mode:
authorMarius Strobl <marius@FreeBSD.org>2011-11-22 21:28:20 +0000
committerMarius Strobl <marius@FreeBSD.org>2011-11-22 21:28:20 +0000
commit4b7ec27007570e0ce4fe9dbb447e7afc131b487a (patch)
tree4941db3a873a5f9b2ccc4a64c23bf5cd65516206 /sys/dev/amr
parent21c8beb9fd4c49e791b4347f7b535315735a398a (diff)
Notes
Diffstat (limited to 'sys/dev/amr')
-rw-r--r--sys/dev/amr/amr_pci.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/amr/amr_pci.c b/sys/dev/amr/amr_pci.c
index d72a12987802..b10c65f5e9bd 100644
--- a/sys/dev/amr/amr_pci.c
+++ b/sys/dev/amr/amr_pci.c
@@ -106,9 +106,7 @@ static device_method_t amr_methods[] = {
DEVMETHOD(device_suspend, amr_pci_suspend),
DEVMETHOD(device_resume, amr_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 amr_pci_driver = {