diff options
| author | Marius Strobl <marius@FreeBSD.org> | 2011-11-22 21:28:20 +0000 |
|---|---|---|
| committer | Marius Strobl <marius@FreeBSD.org> | 2011-11-22 21:28:20 +0000 |
| commit | 4b7ec27007570e0ce4fe9dbb447e7afc131b487a (patch) | |
| tree | 4941db3a873a5f9b2ccc4a64c23bf5cd65516206 /sys/dev/ida | |
| parent | 21c8beb9fd4c49e791b4347f7b535315735a398a (diff) | |
Notes
Diffstat (limited to 'sys/dev/ida')
| -rw-r--r-- | sys/dev/ida/ida_pci.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/ida/ida_pci.c b/sys/dev/ida/ida_pci.c index c33e23591954..e71c6d4be897 100644 --- a/sys/dev/ida/ida_pci.c +++ b/sys/dev/ida/ida_pci.c @@ -188,9 +188,7 @@ static device_method_t ida_pci_methods[] = { DEVMETHOD(device_attach, ida_pci_attach), DEVMETHOD(device_detach, ida_detach), - DEVMETHOD(bus_print_child, bus_generic_print_child), - - { 0, 0 } + DEVMETHOD_END }; static driver_t ida_pci_driver = { |
