diff options
author | marius <marius@FreeBSD.org> | 2009-03-19 20:36:46 +0000 |
---|---|---|
committer | marius <marius@FreeBSD.org> | 2009-03-19 20:36:46 +0000 |
commit | 607d32f9d22773b116618a501178646ca6c138ea (patch) | |
tree | 9bf1d99534dbce598a7d5005d68aa2454967a0e7 /sys/sparc64/pci/ofw_pcibus.c | |
parent | 11f8f68779a4a4307c75fc2f1b9aff7eab1d6709 (diff) | |
download | FreeBSD-src-607d32f9d22773b116618a501178646ca6c138ea.zip FreeBSD-src-607d32f9d22773b116618a501178646ca6c138ea.tar.gz |
Take advantage of KOBJMETHOD_END.
Diffstat (limited to 'sys/sparc64/pci/ofw_pcibus.c')
-rw-r--r-- | sys/sparc64/pci/ofw_pcibus.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sparc64/pci/ofw_pcibus.c b/sys/sparc64/pci/ofw_pcibus.c index 65a498a..08be6ea 100644 --- a/sys/sparc64/pci/ofw_pcibus.c +++ b/sys/sparc64/pci/ofw_pcibus.c @@ -90,7 +90,7 @@ static device_method_t ofw_pcibus_methods[] = { DEVMETHOD(ofw_bus_get_node, ofw_bus_gen_get_node), DEVMETHOD(ofw_bus_get_type, ofw_bus_gen_get_type), - { 0, 0 } + KOBJMETHOD_END }; struct ofw_pcibus_devinfo { |