From 15287bdabd309bdf2e631f815f42cddb184e2618 Mon Sep 17 00:00:00 2001 From: marius Date: Sat, 6 Nov 2010 01:09:00 +0000 Subject: [PATCH] Fix an instance missed in r212892: MFC r212413: bus_add_child: change type of order parameter to u_int git-svn-id: svn://svn.freebsd.org/base/stable/8@214856 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f --- sys/arm/mv/obio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/arm/mv/obio.c b/sys/arm/mv/obio.c index 5415804ee..f0bea32a7 100644 --- a/sys/arm/mv/obio.c +++ b/sys/arm/mv/obio.c @@ -324,7 +324,7 @@ mbus_activate_resource(device_t dev, device_t child, int type, int rid, } static device_t -mbus_add_child(device_t bus, int order, const char *name, int unit) +mbus_add_child(device_t bus, u_int order, const char *name, int unit) { struct obio_device *od; device_t child; -- 2.45.0