summaryrefslogtreecommitdiffstats
path: root/sys/dev/speaker/spkr.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/speaker/spkr.c')
-rw-r--r--sys/dev/speaker/spkr.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/speaker/spkr.c b/sys/dev/speaker/spkr.c
index 67084b6..522e6c6 100644
--- a/sys/dev/speaker/spkr.c
+++ b/sys/dev/speaker/spkr.c
@@ -459,7 +459,7 @@ playstring(cp, slen)
static int spkr_active = FALSE; /* exclusion flag */
static char *spkr_inbuf; /* incoming buf */
-int
+static int
spkropen(dev, flags, fmt, td)
dev_t dev;
int flags;
@@ -486,7 +486,7 @@ spkropen(dev, flags, fmt, td)
}
}
-int
+static int
spkrwrite(dev, uio, ioflag)
dev_t dev;
struct uio *uio;
@@ -518,7 +518,7 @@ spkrwrite(dev, uio, ioflag)
}
}
-int
+static int
spkrclose(dev, flags, fmt, td)
dev_t dev;
int flags;
@@ -541,7 +541,7 @@ spkrclose(dev, flags, fmt, td)
}
}
-int
+static int
spkrioctl(dev, cmd, cmdarg, flags, td)
dev_t dev;
unsigned long cmd;
OpenPOWER on IntegriCloud