summaryrefslogtreecommitdiffstats
path: root/sys/dev/firewire/firewire.c
diff options
context:
space:
mode:
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 60cc487..6b509c0 100644
--- a/sys/dev/firewire/firewire.c
+++ b/sys/dev/firewire/firewire.c
@@ -1888,7 +1888,7 @@ error:
/*
* To candidate Bus Manager election process.
*/
-void
+static void
fw_try_bmr(void *arg)
{
struct fw_xfer *xfer;
@@ -2031,7 +2031,7 @@ fw_crc16(u_int32_t *ptr, u_int32_t len){
return((u_int16_t) crc);
}
-int
+static int
fw_bmr(struct firewire_comm *fc)
{
struct fw_device fwdev;
OpenPOWER on IntegriCloud