aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/firewire/firewire.c
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/firewire/firewire.c
parent8adcbc717dd24afbdecc060d516a3856f3610c83 (diff)
Notes
Diffstat (limited to 'sys/dev/firewire/firewire.c')
-rw-r--r--sys/dev/firewire/firewire.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/firewire/firewire.c b/sys/dev/firewire/firewire.c
index a035959d16d2..490f39bcfb4d 100644
--- a/sys/dev/firewire/firewire.c
+++ b/sys/dev/firewire/firewire.c
@@ -102,7 +102,7 @@ static void firewire_xfer_timeout(void *, int);
#if 0
static int firewire_shutdown (device_t);
#endif
-static device_t firewire_add_child (device_t, int, const char *, int);
+static device_t firewire_add_child(device_t, u_int, const char *, int);
static void fw_try_bmr (void *);
static void fw_try_bmr_callback (struct fw_xfer *);
static void fw_asystart (struct fw_xfer *);
@@ -488,7 +488,7 @@ firewire_attach(device_t dev)
* Attach it as child.
*/
static device_t
-firewire_add_child(device_t dev, int order, const char *name, int unit)
+firewire_add_child(device_t dev, u_int order, const char *name, int unit)
{
device_t child;
struct firewire_softc *sc;