aboutsummaryrefslogtreecommitdiff
path: root/sys/sparc64/central/central.c
diff options
context:
space:
mode:
authorMarius Strobl <marius@FreeBSD.org>2011-11-22 21:55:40 +0000
committerMarius Strobl <marius@FreeBSD.org>2011-11-22 21:55:40 +0000
commit848e30ff519e332f8f8d11ace65d86fb15470258 (patch)
treea76b6a370d61cdfa3d0335a05c8e3bb1cf84e719 /sys/sparc64/central/central.c
parent5b288d2abf5dd14860caba37aa6d44a4ffa197d8 (diff)
downloadsrc-848e30ff519e332f8f8d11ace65d86fb15470258.tar.gz
src-848e30ff519e332f8f8d11ace65d86fb15470258.zip
s,KOBJMETHOD_END,DEVMETHOD_END,g in order to fully hide the explicit mention
of kobj(9) from device drivers.
Notes
Notes: svn path=/head/; revision=227848
Diffstat (limited to 'sys/sparc64/central/central.c')
-rw-r--r--sys/sparc64/central/central.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sparc64/central/central.c b/sys/sparc64/central/central.c
index e418a8be458d..86cb3f49c87e 100644
--- a/sys/sparc64/central/central.c
+++ b/sys/sparc64/central/central.c
@@ -96,7 +96,7 @@ static device_method_t central_methods[] = {
DEVMETHOD(ofw_bus_get_node, ofw_bus_gen_get_node),
DEVMETHOD(ofw_bus_get_type, ofw_bus_gen_get_type),
- KOBJMETHOD_END
+ DEVMETHOD_END
};
static driver_t central_driver = {