aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/atkbdc
diff options
context:
space:
mode:
authorAndriy Gapon <avg@FreeBSD.org>2010-09-20 07:31:08 +0000
committerAndriy Gapon <avg@FreeBSD.org>2010-09-20 07:31:08 +0000
commit7973433a5afef5a1801cd6f671c685ba1a199547 (patch)
tree5b779ef31c3aadf6a9682451c2204fb4ea9f2f9b /sys/dev/atkbdc
parent8adcbc717dd24afbdecc060d516a3856f3610c83 (diff)
Notes
Diffstat (limited to 'sys/dev/atkbdc')
-rw-r--r--sys/dev/atkbdc/atkbdc_isa.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/atkbdc/atkbdc_isa.c b/sys/dev/atkbdc/atkbdc_isa.c
index 975d29935718..d80dce84fa2b 100644
--- a/sys/dev/atkbdc/atkbdc_isa.c
+++ b/sys/dev/atkbdc/atkbdc_isa.c
@@ -47,7 +47,7 @@ __FBSDID("$FreeBSD$");
static int atkbdc_isa_probe(device_t dev);
static int atkbdc_isa_attach(device_t dev);
-static device_t atkbdc_isa_add_child(device_t bus, int order, const char *name,
+static device_t atkbdc_isa_add_child(device_t bus, u_int order, const char *name,
int unit);
static device_method_t atkbdc_isa_methods[] = {
@@ -227,7 +227,7 @@ atkbdc_isa_attach(device_t dev)
}
static device_t
-atkbdc_isa_add_child(device_t bus, int order, const char *name, int unit)
+atkbdc_isa_add_child(device_t bus, u_int order, const char *name, int unit)
{
atkbdc_device_t *ivar;
device_t child;